MCPcopy
hub / github.com/cayleygraph/cayley / RemoveQuad

Method RemoveQuad

graph/quadwriter.go:150–150  ·  view source on GitHub ↗

RemoveQuad removes a quad matching the given one from the database, if it exists. Does nothing otherwise.

(quad.Quad)

Source from the content-addressed store, hash-verified

148 // RemoveQuad removes a quad matching the given one from the database,
149 // if it exists. Does nothing otherwise.
150 RemoveQuad(quad.Quad) error
151
152 // ApplyTransaction applies a set of quad changes.
153 ApplyTransaction(*Transaction) error

Callers 12

ServeV1DeleteMethod · 0.65
ReplFunction · 0.65
dedupValueTxFunction · 0.65
WriteQuadMethod · 0.65
WriteQuadMethod · 0.65
TestRemoveQuadFunction · 0.65
TestSizesFunction · 0.65
TestDeleteQuadFunction · 0.65
TestDeletedFromIteratorFunction · 0.65
TestAddRemoveFunction · 0.65
TestDeleteReinsertedFunction · 0.65
TestDeleteReinsertedDupFunction · 0.65

Implementers 1

Singlewriter/single.go

Calls

no outgoing calls

Tested by 7

TestRemoveQuadFunction · 0.52
TestSizesFunction · 0.52
TestDeleteQuadFunction · 0.52
TestDeletedFromIteratorFunction · 0.52
TestAddRemoveFunction · 0.52
TestDeleteReinsertedFunction · 0.52
TestDeleteReinsertedDupFunction · 0.52