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

Method Merge

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

Merge implementation that adds to the output store.

(other ReadOnlyFactStore)

Source from the content-addressed store, hash-verified

344
345// Merge implementation that adds to the output store.
346func (s TeeingStore) Merge(other ReadOnlyFactStore) {
347 s.Out.Merge(other)
348}
349
350// ListPredicates returns a list of predicates.
351func (s TeeingStore) ListPredicates() []ast.PredicateSym {

Callers 1

Calls 1

MergeMethod · 0.65

Tested by 1