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

Method ListPredicates

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

ListPredicates lists predicates available in this store.

()

Source from the content-addressed store, hash-verified

39
40 // ListPredicates lists predicates available in this store.
41 ListPredicates() []ast.PredicateSym
42
43 // EstimateFactCount returns the estimated number of facts in the store.
44 EstimateFactCount() int

Callers 15

GetAllFactsFunction · 0.65
MergeMethod · 0.65
ListPredicatesMethod · 0.65
ListPredicatesMethod · 0.65
MergeMethod · 0.65
MergeMethod · 0.65
MergeMethod · 0.65
ListPredicatesMethod · 0.65
WriteToMethod · 0.65
TestRoundTripFunction · 0.65
TestStoreFunction · 0.65
TestEmptyStoreFunction · 0.65

Implementers 9

SimpleInMemoryStorefactstore/factstore.go
MergedStorefactstore/factstore.go
TeeingStorefactstore/factstore.go
IndexedInMemoryStorefactstore/factstore.go
MultiIndexedInMemoryStorefactstore/factstore.go
MultiIndexedArrayInMemoryStorefactstore/factstore.go
ConcurrentFactStorefactstore/factstore.go
SimpleColumnStorefactstore/simplecolumn.go
TemporalFactStoreAdapterfactstore/temporal.go

Calls

no outgoing calls

Tested by 6

TestRoundTripFunction · 0.52
TestStoreFunction · 0.52
TestEmptyStoreFunction · 0.52
TestNewBytesFunction · 0.52
TestGzipFunction · 0.52