request_response.pb.go ×4

Frontier kind: Joint frontier

unlabeled · c_3856b144d642

1 test · 2487 LOC · 112 files · introduces 1 test · 20 LOC · 3 files

Introduces — evidence that enters the hierarchy at this concept

Code
6 ranges20 lines · 3 files
Tests
1 test

Contains — complete concept membership

All code (extent)
433 ranges2487 lines · 112 files · Browse complete extent
All tests (intent)
1 testBrowse complete intent

Neighbourhood graph

The orange circle is the focus. Violet and green circles are every ancestor and descendant, broader and narrower, at any distance; blue squares and pink diamonds are the introduced files and exact introduced tests of every visible concept, not only the focus's. Arrows point from broader to narrower concepts and bridge only concepts omitted from this view. Undirected links show source or test introduction. Concept and file size follows LOC; exact test nodes use test-count units.

Introduced files, introduced tests, and structurally relevant concept specialization

In the embedded map, ordinary wheel input scrolls the page; use the visible controls to zoom and drag to pan. Open the full-screen map for canvas navigation: wheel pans, Ctrl/Command plus wheel zooms, and arrow keys pan when this region is focused. On touch screens, open the full-screen map to pan or pinch. If JavaScript or WebGL is unavailable, use the native relationship evidence on this page.

Graph controls are ready.

Interactive rendering requires JavaScript and WebGL. Use the native relationship evidence on this page while the interactive map is unavailable.

Native relationship evidence

Every exact file and test below is linked only from the concept that introduces it.

Introduced tests

Every collected test enters the hierarchy at exactly one concept.

1 test introduced at this concept.

Introduced code

Every collected source range enters the hierarchy at exactly one concept.

3 files ranked by introduced lines: 20 introduced LOC across 6 ranges. Expand a file to inspect source; the > gutter marks introduced lines.

go.temporal.io/server/api/adminservice/v1/request_response.pb.go 13 introduced LOC · 4 ranges

Open complete file

5530 mi := &file_temporal_server_api_adminservice_v1_request_response_proto_msgTypes[90]
5531 if x != nil {
5532 > ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) request_response.pb.go
5533 > if ms.LoadMessageInfo() == nil {
5534 > ms.StoreMessageInfo(mi)
5535 > }
5536 > return ms
5537 }
5538 return mi.MessageOf(x)
5544 }
5545
5546 > func (x *StartAdminBatchOperationRequest) GetNamespace() string { request_response.pb.go
5547 > if x != nil {
5548 > return x.Namespace
5549 > }
5550 return ""
5551 }
5670 func (*BatchOperationRefreshTasks) ProtoMessage() {}
5671
5672 > func (x *BatchOperationRefreshTasks) ProtoReflect() protoreflect.Message { request_response.pb.go
5673 > mi := &file_temporal_server_api_adminservice_v1_request_response_proto_msgTypes[92]
5674 > if x != nil {
5675 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
5676 if ms.LoadMessageInfo() == nil {
go.temporal.io/server/api/batch/v1/request_response.pb.go 4 introduced LOC · 1 range

Open complete file

125 }
126
127 > func (x *BatchOperationInput) GetAdminRequest() *v12.StartAdminBatchOperationRequest { request_response.pb.go
128 > if x != nil {
129 > return x.AdminRequest
130 > }
131 return nil
132 }
go.temporal.io/server/service/worker/batcher/activities.go 3 introduced LOC · 1 range

Open complete file

395 return errNamespaceMismatch
396 }
397 > if req := batchParams.GetAdminRequest(); req != nil && req.GetNamespace() != ns { activities.go
398 > return errNamespaceMismatch
399 > }
400 return nil
401 }