MCPcopy Create free account
hub / github.com/browserify/console-browserify / trace

Function trace

index.js:71–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69}
70
71function trace() {
72 var err = new Error()
73 err.name = "Trace"
74 err.message = util.format.apply(null, arguments)
75 console.error(err.stack)
76}
77
78function dir(object) {
79 console.log(util.inspect(object) + "\n")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…