MCPcopy
hub / github.com/colbymchenry/codegraph / norm

Function norm

src/resolution/callback-synthesizer.ts:1299–1302  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

1297 'requiresMainQueueSetup', 'methodQueue',
1298 ]);
1299 const norm = (name: string): string => {
1300 const i = name.indexOf(':');
1301 return i >= 0 ? name.slice(0, i) : name;
1302 };
1303
1304 // Index native methods by their JS-visible (normalized) name. Only names with
1305 // impls in ≥2 native languages can pair, so the per-method JS-caller check

Callers 5

rnCrossPlatformEdgesFunction · 0.70
objectRegistryEdgesFunction · 0.70
boundaryCandidatesMethod · 0.50
considerMethod · 0.50
handleNodeMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected