Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
24
interface
LogTableOptions {
25
maxRows?: number;
26
}
27
28
export
const
logTable = (
29
table: reltab.TableRep,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected