MCPcopy
hub / github.com/perkeep/perkeep / batch

Struct batch

pkg/sorted/kv.go:195–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195type batch struct {
196 m []Mutation
197}
198
199func (b *batch) Mutations() []Mutation {
200 return b.m

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected