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

Function isExpect

src/resolution/import-resolver.ts:1293–1293  ·  view source on GitHub ↗
(n: Node)

Source from the content-addressed store, hash-verified

1291 return shared;
1292 };
1293 const isExpect = (n: Node): boolean => Array.isArray(n.decorators) && n.decorators.includes('expect');
1294 let best = candidates[0]!;
1295 let bestProx = sharedPrefix(best.filePath);
1296 for (let i = 1; i < candidates.length; i++) {

Callers 1

pickClosestJvmCandidateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected