MCPcopy 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
355func newFakeScriptLogger() *fakeScriptLogger {
356 return &fakeScriptLogger{make(chan agentsdk.Log, 100)}
357}

Callers 3

TestExecuteBasicFunction · 0.85
TestEnvFunction · 0.85
TestScriptReportsTimingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected