Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Houseofmvps/codesight
/ errMessage
Function
errMessage
src/ast/native-loader.ts:369–372 ·
view source on GitHub ↗
(err: unknown)
Source
from the content-addressed store, hash-verified
367
}
368
369
function
errMessage(err: unknown): string {
370
if
(err instanceof Error)
return
err.message;
371
return
String(err);
372
}
Callers
1
recordParseError
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected