MCPcopy Index your code
hub / github.com/simstudioai/sim / manifest

Function manifest

apps/sim/lib/logs/log-views.test.ts:45–49  ·  view source on GitHub ↗
(totalCount: number, preview: unknown[] = [])

Source from the content-addressed store, hash-verified

43
44// Fixture helpers — the mocked type guards key off `__sim`.
45const manifest = (totalCount: number, preview: unknown[] = []) => ({
46 __sim: 'manifest',
47 totalCount,
48 preview,
49})
50const ref = (preview: unknown) => ({ __sim: 'ref', preview, size: 100 })
51
52function span(overrides: Partial<TraceSpan> = {}): TraceSpan {

Callers 1

log-views.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected