MCPcopy
hub / github.com/go-task/task / Prefixed

Struct Prefixed

internal/output/prefixed.go:14–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type Prefixed struct {
15 logger *logger.Logger
16 seen map[string]uint
17 counter *uint
18 mutex sync.Mutex
19}
20
21func NewPrefixed(logger *logger.Logger) *Prefixed {
22 var counter uint

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected