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

Function nmTimed

src/resolution/name-matcher.ts:2212–2214  ·  view source on GitHub ↗
(stage: string, ref: UnresolvedRef, fn: () => ResolvedRef | null)

Source from the content-addressed store, hash-verified

2210}
2211
2212function nmTimed(stage: string, ref: UnresolvedRef, fn: () => ResolvedRef | null): ResolvedRef | null {
2213 return nmTimedT(stage, ref, fn);
2214}
2215
2216/** Dump this thread's matchReference sub-stage table to stderr (no-op unless =2). */
2217export function dumpNameMatcherProfile(label: string): void {

Callers 1

matchReferenceFunction · 0.85

Calls 1

nmTimedTFunction · 0.85

Tested by

no test coverage detected