Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TruthHun/BookStack
/ canAttachTrace
Function
canAttachTrace
static/word2md/mammoth.browser.js:9438–9440 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
9436
}
9437
9438
function
canAttachTrace(obj) {
9439
return
isError(obj) && es5.propertyIsWritable(obj,
"stack"
);
9440
}
9441
9442
var
ensureErrorObject = (
function
() {
9443
if
(!(
"stack"
in
new
Error())) {
Callers
2
longStackTracesAttachExtraTrace
Function · 0.70
mammoth.browser.js
File · 0.70
Calls
1
isError
Function · 0.70
Tested by
no test coverage detected