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

Method GetFactsDuring

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

GetFactsDuring returns facts that overlap with the given interval.

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

Source from the content-addressed store, hash-verified

45
46 // GetFactsDuring returns facts that overlap with the given interval.
47 GetFactsDuring(query ast.Atom, interval ast.Interval, fn func(TemporalFact) error) error
48
49 // GetAllFacts returns all facts (with their intervals) matching the query.
50 GetAllFacts(query ast.Atom, fn func(TemporalFact) error) error

Callers 4

GetFactsDuringMethod · 0.65
evalDiamondMinusMethod · 0.65
evalDiamondPlusMethod · 0.65

Implementers 2

TemporalStorefactstore/temporal.go
TeeingTemporalStorefactstore/temporal.go

Calls

no outgoing calls

Tested by

no test coverage detected