MCPcopy Create free account
hub / github.com/scriptscat/scriptcat / debug

Method debug

src/app/logger/logger.ts:78–80  ·  view source on GitHub ↗
(message: string, ...label: LogLabel[])

Source from the content-addressed store, hash-verified

76 }
77
78 debug(message: string, ...label: LogLabel[]) {
79 this.log("debug", message, ...label);
80 }
81
82 info(message: string, ...label: LogLabel[]) {
83 this.log("info", message, ...label);

Callers 15

mainFunction · 0.80
mainFunction · 0.80
scripting.tsFile · 0.80
content.tsFile · 0.80
inject.tsFile · 0.80
mainFunction · 0.80
main.tsxFile · 0.80
main.tsxFile · 0.80
main.tsxFile · 0.80
copyEditorSelectionFunction · 0.80
cutEditorSelectionFunction · 0.80
pasteEditorClipboardFunction · 0.80

Calls 1

logMethod · 0.95

Tested by

no test coverage detected