MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / isInternalMarker

Function isInternalMarker

src/resolution/callback-synthesizer.ts:1147–1147  ·  view source on GitHub ↗
(n: string)

Source from the content-addressed store, hash-verified

1145 // not part of the service contract, so exclude when computing the RPC-method
1146 // signature used to match impls.
1147 const isInternalMarker = (n: string) => n.startsWith('mustEmbed') || n === 'testEmbeddedByValue';
1148
1149 // Methods directly contained by each Go struct, name-only. Built once.
1150 const methodNamesByStruct = new Map<string, Set<string>>();

Callers 1

goGrpcStubImplEdgesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected