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

Method EstimateFactCount

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

EstimateFactCount returns the estimated number of facts in the store.

()

Source from the content-addressed store, hash-verified

42
43 // EstimateFactCount returns the estimated number of facts in the store.
44 EstimateFactCount() int
45}
46
47// FactStore provides access to a set of facts.

Callers 8

EstimateFactCountMethod · 0.65
EstimateFactCountMethod · 0.65
EstimateFactCountMethod · 0.65
TestRoundTripFunction · 0.65
TestAddContainsRemoveFunction · 0.65
evalMethod · 0.65
oneStepEvalClauseMethod · 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 2

TestRoundTripFunction · 0.52
TestAddContainsRemoveFunction · 0.52