MCPcopy
hub / github.com/ro31337/libretaxi / debug

Method debug

src/log.js:83–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81 */
82class StubLog {
83 debug() {}
84}
85
86const instance = process.env.TEST_ENVIRONMENT ? new StubLog() : new Log();

Callers 8

init.jsFile · 0.80
call-action.jsFile · 0.80
callMethod · 0.80
callMethod · 0.80
keyEnteredMethod · 0.80
keyEnteredMethod · 0.80
failMethod · 0.80
callMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected