message.pb.go ×7

Frontier kind: Code frontier

unlabeled · c_cb15e63902a8

4 tests · 5941 LOC · 229 files · introduces 0 tests · 28 LOC · 1 file

Introduces — evidence that enters the hierarchy at this concept

Code
7 ranges28 lines · 1 files
Tests
0 tests

Contains — complete concept membership

All code (extent)
1063 ranges5941 lines · 229 files · Browse complete extent
All tests (intent)
4 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.

1 file ranked by introduced lines: 28 introduced LOC across 7 ranges. Expand a file to inspect source; the > gutter marks introduced lines.

go.temporal.io/server/api/token/v1/message.pb.go 28 introduced LOC · 7 ranges

Open complete file

173 }
174
175 > func (x *RawHistoryContinuation) GetNamespaceId() string { message.pb.go
176 > if x != nil {
177 > return x.NamespaceId
178 > }
179 return ""
180 }
181
182 > func (x *RawHistoryContinuation) GetWorkflowId() string { message.pb.go
183 > if x != nil {
184 > return x.WorkflowId
185 > }
186 return ""
187 }
188
189 > func (x *RawHistoryContinuation) GetRunId() string { message.pb.go
190 > if x != nil {
191 > return x.RunId
192 > }
193 return ""
194 }
195
196 > func (x *RawHistoryContinuation) GetStartEventId() int64 { message.pb.go
197 > if x != nil {
198 > return x.StartEventId
199 > }
200 return 0
201 }
202
203 > func (x *RawHistoryContinuation) GetStartEventVersion() int64 { message.pb.go
204 > if x != nil {
205 > return x.StartEventVersion
206 > }
207 return 0
208 }
209
210 > func (x *RawHistoryContinuation) GetEndEventId() int64 { message.pb.go
211 > if x != nil {
212 > return x.EndEventId
213 > }
214 return 0
215 }
216
217 > func (x *RawHistoryContinuation) GetEndEventVersion() int64 { message.pb.go
218 > if x != nil {
219 > return x.EndEventVersion
220 > }
221 return 0
222 }