Contains returns true if given atom is already present in store. This is a convenience method that has a straightforward implementation in terms of GetFacts. It does not return error and treats any error condition as "false". Clients who distinguish "absent" from "error" should call GetFacts directl
(ast.Atom)
| 36 | // error condition as "false". Clients who distinguish "absent" from "error" |
| 37 | // should call GetFacts directly. |
| 38 | Contains(ast.Atom) bool |
| 39 | |
| 40 | // ListPredicates lists predicates available in this store. |
| 41 | ListPredicates() []ast.PredicateSym |
no outgoing calls