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

Method ListPredicates

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

ListPredicates returns all predicates in the store.

()

Source from the content-addressed store, hash-verified

463
464// ListPredicates returns all predicates in the store.
465func (a *TemporalFactStoreAdapter) ListPredicates() []ast.PredicateSym {
466 return a.temporal.ListPredicates()
467}
468
469// EstimateFactCount returns an estimate of the number of facts.
470func (a *TemporalFactStoreAdapter) EstimateFactCount() int {

Callers

nothing calls this directly

Calls 1

ListPredicatesMethod · 0.65

Tested by

no test coverage detected