MCPcopy Index your code
hub / github.com/coder/coder / noopScriptLogger

Struct noopScriptLogger

agent/agentscripts/agentscripts_test.go:325–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323}
324
325type noopScriptLogger struct{}
326
327func (noopScriptLogger) Send(context.Context, ...agentsdk.Log) error {
328 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected