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

Struct executeOptionTestLogger

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

Source from the content-addressed store, hash-verified

272}
273
274type executeOptionTestLogger struct {
275 tb testing.TB
276 executedScripts map[uuid.UUID]bool
277 wantOutput map[uuid.UUID]string
278 mu sync.Mutex
279}
280
281func (l *executeOptionTestLogger) Send(_ context.Context, logs ...agentsdk.Log) error {
282 l.mu.Lock()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected