MCPcopy Index your code
hub / github.com/google/mangle / WithTemporalStore

Function WithTemporalStore

engine/seminaivebottomup.go:122–124  ·  view source on GitHub ↗

WithTemporalStore configures a temporal fact store for temporal reasoning.

(store factstore.TemporalFactStore)

Source from the content-addressed store, hash-verified

120
121// WithTemporalStore configures a temporal fact store for temporal reasoning.
122func WithTemporalStore(store factstore.TemporalFactStore) EvalOption {
123 return func(o *EvalOptions) { o.temporalStore = store }
124}
125
126// WithEvaluationTime sets the evaluation time for temporal queries.
127func WithEvaluationTime(t time.Time) EvalOption {

Callers 3

evalProgramMethod · 0.92
runEvaluateFunction · 0.92

Calls

no outgoing calls

Tested by 2

runEvaluateFunction · 0.74