Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
195
type
batch
struct
{
196
m []Mutation
197
}
198
199
func
(b *batch) Mutations() []Mutation {
200
return
b.m
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected