Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/OpenCoworkAI/open-codesign
/ emptyFail
Function
emptyFail
apps/desktop/src/main/preview-runtime.ts:393–401 ·
view source on GitHub ↗
(reason: string)
Source
from the content-addressed store, hash-verified
391
}
392
393
function
emptyFail(reason: string): PreviewResult {
394
return
{
395
ok: false,
396
consoleErrors: [],
397
assetErrors: [],
398
metrics: { nodes: 0, width: 0, height: 0, loadMs: 0 },
399
reason,
400
};
401
}
Callers
1
runPreview
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected