MCPcopy Create free account
hub / github.com/coder/envbuilder / SendLoop

Method SendLoop

log/coder.go:86–86  ·  view source on GitHub ↗
(context.Context, agentsdk.LogDest)

Source from the content-addressed store, hash-verified

84type coderLogSender interface {
85 Enqueue(uuid.UUID, ...agentsdk.Log)
86 SendLoop(context.Context, agentsdk.LogDest) error
87 Flush(uuid.UUID)
88 WaitUntilEmpty(context.Context) error
89}

Callers 1

sendLogsV2Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected