ContainsAt returns true if the atom is valid at the given time.
(atom ast.Atom, t time.Time)
| 51 | |
| 52 | // ContainsAt returns true if the atom is valid at the given time. |
| 53 | ContainsAt(atom ast.Atom, t time.Time) bool |
| 54 | |
| 55 | // ListPredicates lists predicates available in this store. |
| 56 | ListPredicates() []ast.PredicateSym |
no outgoing calls
no test coverage detected