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

Function index

__tests__/react-hoc-component.test.ts:29–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 });
28
29 async function index() {
30 cg = await CodeGraph.init(dir, { silent: true });
31 await cg.indexAll();
32 return (cg as any).db.db;
33 }
34
35 const kindsOf = (db: any, name: string): string[] =>
36 db

Callers 1

Calls 2

initMethod · 0.80
indexAllMethod · 0.45

Tested by

no test coverage detected