(source = 'none')
| 157 | } |
| 158 | |
| 159 | export 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 | |
| 171 | export function buildWebDebugSnapshot(args: { |
| 172 | patch: WebDebugSnapshotPatch | null |
no outgoing calls
no test coverage detected