Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/hcengineering/platform
/ error
Function
error
foundations/core/packages/model/src/utils.ts:93–95 ·
view source on GitHub ↗
(msg: string, data: any)
Source
from the content-addressed store, hash-verified
91
console.log(msg, data)
92
},
93
error (msg: string, data: any): void {
94
console.error(msg, replacer(data))
95
}
96
}
Callers
nothing calls this directly
Calls
2
replacer
Function · 0.70
error
Method · 0.45
Tested by
no test coverage detected