Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ newFakeScriptLogger
Function
newFakeScriptLogger
agent/agentscripts/agentscripts_test.go:355–357 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
353
}
354
355
func
newFakeScriptLogger() *fakeScriptLogger {
356
return
&fakeScriptLogger{make(
chan
agentsdk.Log, 100)}
357
}
Callers
3
TestExecuteBasic
Function · 0.85
TestEnv
Function · 0.85
TestScriptReportsTiming
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected