Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RtlZeroMemory/Rezi
/ safeErr
Function
safeErr
packages/node/src/backend/nodeBackend/shared.ts:139–141 ·
view source on GitHub ↗
(err: unknown)
Source
from the content-addressed store, hash-verified
137
}
138
139
export
function
safeErr(err: unknown): Error {
140
return
err instanceof Error ? err :
new
Error(String(err));
141
}
Callers
5
handleWorkerMessage
Function · 0.85
start
Function · 0.85
requestFrame
Function · 0.85
start
Function · 0.85
requestFrame
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected