()
| 69 | } |
| 70 | |
| 71 | function 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 | |
| 78 | function dir(object) { |
| 79 | console.log(util.inspect(object) + "\n") |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…