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

Method warn

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

Source from the content-addressed store, hash-verified

63 }
64
65 warn(message: string, data?: unknown) {
66 this.writeLog('warn', message, data);
67 }
68
69 error(message: string, data?: unknown) {
70 this.writeLog('error', message, data);

Callers 15

pm2.config.cjsFile · 0.80
loadFrontendEnvFunction · 0.80
loadWorkerEnvFunction · 0.80
createExecutionContextFunction · 0.80
loadPtySpawnFunction · 0.80
runComponentInDockerFunction · 0.80
readOutputFromFileFunction · 0.80
runDockerWithPtyFunction · 0.80
NodeTerminalPanelFunction · 0.80
use-toast.tsFile · 0.80
ThemeTransitionFunction · 0.80
toInternalFunction · 0.80

Calls 1

writeLogMethod · 0.95

Tested by

no test coverage detected