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

Function greetCallers

__tests__/sync.test.ts:554–557  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

552 }
553
554 function greetCallers(): string[] {
555 const def = greetDef();
556 return def ? cg.getCallers(def.id).map((c) => c.node.name) : [];
557 }
558
559 beforeEach(async () => {
560 testDir = fs.mkdtempSync(path.join(os.tmpdir(), 'codegraph-1240-removal-'));

Callers 1

sync.test.tsFile · 0.85

Calls 2

greetDefFunction · 0.85
getCallersMethod · 0.45

Tested by

no test coverage detected