GetAllFacts returns all facts (with their intervals) matching the query.
(query ast.Atom, fn func(TemporalFact) error)
| 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 |
no outgoing calls
no test coverage detected