MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / load

Function load

packages/core/vite-plugin/src/index.ts:224–227  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

222 return undefined;
223 },
224 async load(id) {
225 if (id !== RESOLVED_ID) return undefined;
226 return loadVirtualSource();
227 },
228 handleHotUpdate(ctx) {
229 const configPath = resolveConfigPath();
230 const jsoncPath = resolveJsoncPath();

Callers

nothing calls this directly

Calls 1

loadVirtualSourceFunction · 0.85

Tested by

no test coverage detected