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

Method Add

graph/iterator.go:227–227  ·  view source on GitHub ↗
(Ref)

Source from the content-addressed store, hash-verified

225type FixedIterator interface {
226 Iterator
227 Add(Ref)
228}
229
230type IteratorStats struct {

Callers 11

GetBatchMethod · 0.65
indexNodeMethod · 0.65
flushMapBucketMethod · 0.65
getPrimitivesFromLogMethod · 0.65
initBloomFilterMethod · 0.65
bloomAddMethod · 0.65
graphtest.goFile · 0.65
TestCompareTypedValuesFunction · 0.65
TestLinksToFunction · 0.65
AddMethod · 0.65
StatsMethod · 0.65

Implementers 3

Fixedgraph/iterator/fixed.go
fixedgraph/iterator/fixed.go
IntersectOptgraph/shape/shape.go

Calls

no outgoing calls

Tested by 2

TestCompareTypedValuesFunction · 0.52
TestLinksToFunction · 0.52