MCPcopy
hub / github.com/slopus/happy / debug

Function debug

packages/happy-server/sources/utils/log.ts:100–102  ·  view source on GitHub ↗
(src: any, ...args: any[])

Source from the content-addressed store, hash-verified

98}
99
100export function debug(src: any, ...args: any[]) {
101 logger.debug(src, ...args);
102}

Callers

nothing calls this directly

Calls 1

debugMethod · 0.80

Tested by

no test coverage detected