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

Method EstimateFactCount

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

EstimateFactCount returns the number of facts.

()

Source from the content-addressed store, hash-verified

925
926// EstimateFactCount returns the number of facts.
927func (s *MultiIndexedArrayInMemoryStore) EstimateFactCount() int {
928 return s.count
929}
930
931// Merge adds all facts from other to this fact store.
932func (s *MultiIndexedArrayInMemoryStore) Merge(other ReadOnlyFactStore) {

Callers 1

evalMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected