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

Function norm

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

Source from the content-addressed store, hash-verified

1686 'requiresMainQueueSetup', 'methodQueue',
1687 ]);
1688 const norm = (name: string): string => {
1689 const i = name.indexOf(':');
1690 return i >= 0 ? name.slice(0, i) : name;
1691 };
1692
1693 // Index native methods by their JS-visible (normalized) name. Only names with
1694 // impls in ≥2 native languages can pair, so the per-method JS-caller check

Callers 6

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