MCPcopy 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
14const load = async (rel) => import(pathToFileURL(resolve(rel)).href);
15const idx = await load('dist/index.js');
16const tools = await load('dist/mcp/tools.js');
17

Callers 1

probe-explore.mjsFile · 0.70

Calls 1

resolveFunction · 0.50

Tested by

no test coverage detected