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

Method GetAllFacts

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

GetAllFacts returns all facts (with their intervals) matching the query.

(query ast.Atom, fn func(TemporalFact) error)

Source from the content-addressed store, hash-verified

48
49 // GetAllFacts returns all facts (with their intervals) matching the query.
50 GetAllFacts(query ast.Atom, fn func(TemporalFact) error) error
51
52 // ContainsAt returns true if the atom is valid at the given time.
53 ContainsAt(atom ast.Atom, t time.Time) bool

Callers 8

QueryMethod · 0.65
MergeMethod · 0.65
ContainsMethod · 0.65
GetFactsMethod · 0.65
GetAllFactsMethod · 0.65
evalBoxMinusMethod · 0.65
evalBoxPlusMethod · 0.65

Implementers 2

TemporalStorefactstore/temporal.go
TeeingTemporalStorefactstore/temporal.go

Calls

no outgoing calls

Tested by

no test coverage detected