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

Method Remove

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

Removes a fact from the store and returns true if that fact was present.

(ast.Atom)

Source from the content-addressed store, hash-verified

81
82 // Removes a fact from the store and returns true if that fact was present.
83 Remove(ast.Atom) bool
84}
85
86// InMemoryStore provides a simple implementation backed by a map from each predicate sym to a T value.

Callers 5

RemoveMethod · 0.65
RemoveMethod · 0.65
RemoveMethod · 0.65
TestAddContainsRemoveFunction · 0.65
mergeDeltaMethod · 0.65

Implementers 7

SimpleInMemoryStorefactstore/factstore.go
MergedStorefactstore/factstore.go
TeeingStorefactstore/factstore.go
IndexedInMemoryStorefactstore/factstore.go
MultiIndexedInMemoryStorefactstore/factstore.go
MultiIndexedArrayInMemoryStorefactstore/factstore.go
ConcurrentFactStorefactstore/factstore.go

Calls

no outgoing calls

Tested by 1

TestAddContainsRemoveFunction · 0.52