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

Method AddEternal

factstore/temporal.go:572–574  ·  view source on GitHub ↗

AddEternal adds an eternal fact to the output store.

(atom ast.Atom)

Source from the content-addressed store, hash-verified

570
571// AddEternal adds an eternal fact to the output store.
572func (s *TeeingTemporalStore) AddEternal(atom ast.Atom) (bool, error) {
573 return s.Out.AddEternal(atom)
574}
575
576// Coalesce performs interval coalescing on the output store only.
577func (s *TeeingTemporalStore) Coalesce(predicate ast.PredicateSym) error {

Callers

nothing calls this directly

Calls 1

AddEternalMethod · 0.65

Tested by

no test coverage detected