MCPcopy Index your code
hub / github.com/garrytan/gstack / fetchRows

Function fetchRows

test/gbrain-guards.test.ts:100–100  ·  view source on GitHub ↗
(extra?: GbrainSourceRow[])

Source from the content-addressed store, hash-verified

98 ...extra,
99 ];
100 const fetchRows = (extra?: GbrainSourceRow[]) => () => rows(extra);
101
102 test("absent source → allow (no-op)", () => {
103 const d = decideSourceRemove("nope", process.env, { keepStorage: false, fetchRows: fetchRows() });

Callers 2

decideCodeSyncFunction · 0.85

Calls 1

rowsFunction · 0.85

Tested by

no test coverage detected