queues.go-helpers.pb.go ×1

Frontier kind: Code frontier

unlabeled · c_5ae8925d0e2f

24 tests · 3052 LOC · 151 files · introduces 0 tests · 14 LOC · 3 files

Introduces — evidence that enters the hierarchy at this concept

Code
3 ranges14 lines · 3 files
Tests
0 tests

Contains — complete concept membership

All code (extent)
465 ranges3052 lines · 151 files · Browse complete extent
All tests (intent)
24 testsBrowse 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.

No tests are introduced at this concept. Its intent tests are introduced by other concepts.

Introduced code

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

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

go.temporal.io/server/api/persistence/v1/queues.pb.go 6 introduced LOC · 1 range

Open complete file

284 }
285
286 > func (x *ReadQueueMessagesNextPageToken) Reset() { queues.pb.go
287 > *x = ReadQueueMessagesNextPageToken{}
288 > mi := &file_temporal_server_api_persistence_v1_queues_proto_msgTypes[5]
289 > ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
290 > ms.StoreMessageInfo(mi)
291 > }
292
293 func (x *ReadQueueMessagesNextPageToken) String() string {
go.temporal.io/server/common/persistence/queue_v2_util.go 5 introduced LOC · 1 range

Open complete file

45 return partition.MinMessageId, nil
46 }
47 > var token persistencespb.ReadQueueMessagesNextPageToken queue_v2_util.go
48 >
49 > // Skip the first byte. See the comment on pageTokenPrefixByte for more details.
50 > err := token.Unmarshal(nextPageToken[1:])
51 > if err != nil {
52 return 0, fmt.Errorf(
53 "%w: %q: %v",
go.temporal.io/server/api/persistence/v1/queues.go-helpers.pb.go 3 introduced LOC · 1 range

Open complete file

197
198 // Unmarshal an object of type ReadQueueMessagesNextPageToken from the protobuf v3 wire format
199 > func (val *ReadQueueMessagesNextPageToken) Unmarshal(buf []byte) error { queues.go-helpers.pb.go
200 > return proto.Unmarshal(buf, val)
201 > }
202
203 // Size returns the size of the object, in bytes, once serialized