MCPcopy
hub / github.com/livebud/bud / Handler

Struct Handler

package/log/memory/memory.go:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7}
8
9type Handler struct {
10 Entries []*log.Entry
11}
12
13var _ log.Handler = (*Handler)(nil)
14

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected