MCPcopy Index your code
hub / github.com/github/copilot-sdk / goJSONMatchPathKey

Function goJSONMatchPathKey

scripts/codegen/go.ts:1362–1364  ·  view source on GitHub ↗
(path: string[])

Source from the content-addressed store, hash-verified

1360}
1361
1362function goJSONMatchPathKey(path: string[]): string {
1363 return path.join("\0");
1364}
1365
1366function goJSONMatchTermKey(term: GoJSONMatchTerm): string {
1367 const base = `${term.kind}:${goJSONMatchPathKey(term.path)}`;

Callers 5

goJSONMatchTermKeyFunction · 0.85
compareGoJSONPathsFunction · 0.85
getGroupFunction · 0.85

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…