MCPcopy Index your code
hub / github.com/nodejs/node / getStructuredStack

Function getStructuredStack

lib/internal/util.js:569–573  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

567}
568
569function getStructuredStack() {
570 const getStructuredStackImpl = lazyGetStructuredStack();
571
572 return getStructuredStackImpl();
573}
574
575function once(callback, { preserveReturnValue = false } = kEmptyObject) {
576 let called = false;

Callers 1

moduleMethod · 0.85

Calls 1

lazyGetStructuredStackFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…