Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/stacktracejs/stacktrace.js
/ _isShapedLikeParsableError
Function
_isShapedLikeParsableError
stacktrace.js:58–60 ·
view source on GitHub ↗
(err)
Source
from the content-addressed store, hash-verified
56
}
57
58
function
_isShapedLikeParsableError(err) {
59
return
err.stack || err[
'opera#sourceloc'
];
60
}
61
62
function
_filtered(stackframes, filter) {
63
if
(typeof filter ===
'function'
) {
Callers
1
stacktrace.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected