Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/colbymchenry/codegraph
/ load
Function
load
scripts/agent-eval/probe-explore.mjs:14–14 ·
view source on GitHub ↗
(rel)
Source
from the content-addressed store, hash-verified
12
}
13
14
const
load =
async
(rel) =>
import
(pathToFileURL(resolve(rel)).href);
15
const
idx =
await
load(
'dist/index.js'
);
16
const
tools =
await
load(
'dist/mcp/tools.js'
);
17
Callers
1
probe-explore.mjs
File · 0.70
Calls
1
resolve
Function · 0.50
Tested by
no test coverage detected