MCPcopy
hub / github.com/antonycourtney/tad / LogTableOptions

Interface LogTableOptions

packages/reltab-sqlite/test/testUtils.ts:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22};
23
24interface LogTableOptions {
25 maxRows?: number;
26}
27
28export const logTable = (
29 table: reltab.TableRep,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected