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

Struct noopScriptLogger

agent/agentcontainers/api.go:311–311  ·  view source on GitHub ↗

noopScriptLogger is a no-op implementation of the ScriptLogger interface.

Source from the content-addressed store, hash-verified

309// noopScriptLogger is a no-op implementation of the ScriptLogger
310// interface.
311type noopScriptLogger struct{}
312
313func (noopScriptLogger) Send(context.Context, ...agentsdk.Log) error { return nil }
314func (noopScriptLogger) Flush(context.Context) error { return nil }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected