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

Method ContainsAt

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

ContainsAt returns true if the atom is valid at the given time.

(atom ast.Atom, t time.Time)

Source from the content-addressed store, hash-verified

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

Callers 2

ContainsMethod · 0.65
ContainsAtMethod · 0.65

Implementers 2

TemporalStorefactstore/temporal.go
TeeingTemporalStorefactstore/temporal.go

Calls

no outgoing calls

Tested by

no test coverage detected