Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fastify/fastify
/ appendStackTrace
Function
appendStackTrace
lib/errors.js:516–520 ·
view source on GitHub ↗
(oldErr, newErr)
Source
from the content-addressed store, hash-verified
514
}
515
516
function
appendStackTrace (oldErr, newErr) {
517
newErr.cause = oldErr
518
519
return
newErr
520
}
521
522
module.exports = codes
523
module.exports.appendStackTrace = appendStackTrace
Callers
2
manageErr
Function · 0.85
exit
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected