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

Struct fakeScriptLogger

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

Source from the content-addressed store, hash-verified

333}
334
335type fakeScriptLogger struct {
336 logs chan agentsdk.Log
337}
338
339func (f *fakeScriptLogger) Send(ctx context.Context, logs ...agentsdk.Log) error {
340 for _, log := range logs {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected