Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
react-hoc-component.test.ts
File · 0.70
Calls
2
init
Method · 0.80
indexAll
Method · 0.45
Tested by
no test coverage detected