Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShipSecAI/studio
/ info
Method
info
worker/src/utils/debug-logger.ts:61–63 ·
view source on GitHub ↗
(message: string, data?: unknown)
Source
from the content-addressed store, hash-verified
59
}
60
61
info(message: string, data?: unknown) {
62
this.writeLog(
'info'
, message, data);
63
}
64
65
warn(message: string, data?: unknown) {
66
this.writeLog(
'warn'
, message, data);
Callers
15
resolveDockerPath
Function · 0.80
runComponentInDocker
Function · 0.80
readOutputFromFile
Function · 0.80
runDockerWithStandardIO
Function · 0.80
runDockerWithPty
Function · 0.80
runComponentWithRunner
Function · 0.80
context.test.ts
File · 0.80
useAuthMigration
Function · 0.80
execute
Function · 0.80
execute
Function · 0.80
execute
Function · 0.80
execute
Function · 0.80
Calls
1
writeLog
Method · 0.95
Tested by
no test coverage detected