MCPcopy
hub / github.com/google/mangle / Merge

Method Merge

factstore/factstore.go:55–55  ·  view source on GitHub ↗

Merge merges contents of given store.

(ReadOnlyFactStore)

Source from the content-addressed store, hash-verified

53
54 // Merge merges contents of given store.
55 Merge(ReadOnlyFactStore)
56}
57
58// GetAllFacts streams all facts in a store.

Callers 6

TestMergeFunction · 0.65
MergeMethod · 0.65
MergeMethod · 0.65
MergeMethod · 0.65
TestAddContainsRemoveFunction · 0.65
ExtractPackagesFunction · 0.65

Implementers 10

SimpleInMemoryStorefactstore/factstore.go
MergedStorefactstore/factstore.go
TeeingStorefactstore/factstore.go
IndexedInMemoryStorefactstore/factstore.go
MultiIndexedInMemoryStorefactstore/factstore.go
MultiIndexedArrayInMemoryStorefactstore/factstore.go
ConcurrentFactStorefactstore/factstore.go
TemporalStorefactstore/temporal.go
TemporalFactStoreAdapterfactstore/temporal.go
TeeingTemporalStorefactstore/temporal.go

Calls

no outgoing calls

Tested by 2

TestMergeFunction · 0.52
TestAddContainsRemoveFunction · 0.52