MCPcopy Create free account
hub / github.com/CopilotKit/aimock / loadFn

Function loadFn

src/cli.ts:468–468  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

466 logger.warn("--watch requested but no resolvable fixture sources; skipping watcher");
467 } else {
468 const loadFn = (): Fixture[] => loadSource(primary);
469 watcher = watchFixtures(primary.path, fixtures, loadFn, {
470 logger,
471 validate: validateOnLoad,

Callers 1

reloadFunction · 0.85

Calls 1

loadSourceFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…