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

Struct batch

pkg/sorted/buffer/buffer.go:200–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200type batch struct {
201 mu sync.Mutex
202 mods []mod
203}
204
205type mod struct {
206 isDelete bool

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected