Function
debug
(src: any, ...args: any[])
Source from the content-addressed store, hash-verified
| 98 | } |
| 99 | |
| 100 | export function debug(src: any, ...args: any[]) { |
| 101 | logger.debug(src, ...args); |
| 102 | } |
Callers
nothing calls this directly
Tested by
no test coverage detected