Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fastify/fastify
/ appendStackTrace
Function
appendStackTrace
lib/errors.js:523–527 ·
view source on GitHub ↗
(oldErr, newErr)
Source
from the content-addressed store, hash-verified
521
}
522
523
function
appendStackTrace (oldErr, newErr) {
524
newErr.cause = oldErr
525
526
return
newErr
527
}
528
529
module.exports = codes
530
module.exports.appendStackTrace = appendStackTrace
Callers
2
manageErr
Function · 0.85
exit
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected