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

Method Merge

factstore/temporal.go:584–586  ·  view source on GitHub ↗

Merge merges facts into the output store.

(other ReadOnlyTemporalFactStore)

Source from the content-addressed store, hash-verified

582
583// Merge merges facts into the output store.
584func (s *TeeingTemporalStore) Merge(other ReadOnlyTemporalFactStore) error {
585 return s.Out.Merge(other)
586}

Callers

nothing calls this directly

Calls 1

MergeMethod · 0.65

Tested by

no test coverage detected