Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
createTerminalChunkEmitter
Function · 0.80
createExecutionContext
Function · 0.80
resolveDockerPath
Function · 0.80
NodeTerminalPanel
Function · 0.80
ParameterField
Function · 0.80
updateSecretValue
Function · 0.80
executionStore.ts
File · 0.80
track
Function · 0.80
useTerminalStream
Function · 0.80
connect
Function · 0.80
handleTerminal
Function · 0.80
queryWorkflow
Method · 0.80
Calls
1
writeLog
Method · 0.95
Tested by
no test coverage detected