MCPcopy Create free account
hub / github.com/esmBot/esmBot / debug

Function debug

src/utils/logger.ts:77–79  ·  view source on GitHub ↗
(args: string | Error | object | unknown)

Source from the content-addressed store, hash-verified

75}
76
77export function debug(args: string | Error | object | unknown) {
78 return log("debug", args);
79}
80
81export default {
82 log,

Callers 1

debug.tsFile · 0.85

Calls 1

logFunction · 0.70

Tested by

no test coverage detected