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

Struct ScriptLogger

codersdk/agentsdk/logs.go:519–522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

517}
518
519type ScriptLogger struct {
520 sender *LogSender
521 srcID uuid.UUID
522}
523
524func (s ScriptLogger) Send(ctx context.Context, log ...Log) error {
525 select {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected