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

Method AddQuad

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

AddQuad adds a quad to the store.

(quad.Quad)

Source from the content-addressed store, hash-verified

140type QuadWriter interface {
141 // AddQuad adds a quad to the store.
142 AddQuad(quad.Quad) error
143
144 // TODO(barakmich): Deprecate in favor of transaction.
145 // AddQuadSet adds a set of quads to the store, atomically if possible.

Callers 15

makeTestSessionFunction · 0.95
makeTestSessionFunction · 0.95
AddQuadSetMethod · 0.65
ReplFunction · 0.65
dedupValueTxFunction · 0.65
mainFunction · 0.65
mainFunction · 0.65
WriteQuadMethod · 0.65
testZeroRuneFunction · 0.65
makeTestStoreFunction · 0.65
NewFunction · 0.65
WriteQuadMethod · 0.65

Implementers 1

Singlewriter/single.go

Calls

no outgoing calls

Tested by 6

makeTestSessionFunction · 0.76
makeTestSessionFunction · 0.76
makeTestStoreFunction · 0.52
TestLoadOneQuadFunction · 0.52
TestDeleteReinsertedFunction · 0.52
TestDeleteReinsertedDupFunction · 0.52