MCPcopy Create free account
hub / github.com/ShipSecAI/studio / debug

Method debug

worker/src/utils/debug-logger.ts:57–59  ·  view source on GitHub ↗
(message: string, data?: unknown)

Source from the content-addressed store, hash-verified

55 }
56
57 debug(message: string, data?: unknown) {
58 this.writeLog('debug', message, data);
59 }
60
61 info(message: string, data?: unknown) {
62 this.writeLog('info', message, data);

Callers 15

createExecutionContextFunction · 0.80
resolveDockerPathFunction · 0.80
NodeTerminalPanelFunction · 0.80
ParameterFieldFunction · 0.80
updateSecretValueFunction · 0.80
executionStore.tsFile · 0.80
trackFunction · 0.80
useTerminalStreamFunction · 0.80
connectFunction · 0.80
handleTerminalFunction · 0.80
queryWorkflowMethod · 0.80

Calls 1

writeLogMethod · 0.95

Tested by

no test coverage detected