MCPcopy Create free account
hub / github.com/ResearAI/DeepScientist / emptyWebDebugInput

Function emptyWebDebugInput

src/ui/src/lib/debug/debugSnapshot.ts:159–169  ·  view source on GitHub ↗
(source = 'none')

Source from the content-addressed store, hash-verified

157}
158
159export function emptyWebDebugInput(source = 'none'): WebDebugInputSnapshot {
160 return {
161 source,
162 raw: null,
163 parsed: null,
164 preview: null,
165 redacted: false,
166 redaction_reason: null,
167 length: 0,
168 }
169}
170
171export function buildWebDebugSnapshot(args: {
172 patch: WebDebugSnapshotPatch | null

Callers 2

SettingsPageFunction · 0.90
buildWebDebugSnapshotFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected