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

Method String

graph/shape.go:46–46  ·  view source on GitHub ↗

TODO(dennwc): merge with shape.Shape String returns a short textual representation of an iterator.

()

Source from the content-addressed store, hash-verified

44
45 // String returns a short textual representation of an iterator.
46 String() string
47
48 // Iterate starts this iterator in scanning mode. Resulting iterator will list all
49 // results sequentially, but not necessary in the sorted order. Caller must close

Callers 15

TestStreamEncoderFunction · 0.65
ParseStringFunction · 0.65
environ.goFile · 0.65
intValFunction · 0.65
graphql_test.goFile · 0.65
toJsonFunction · 0.65
initFunction · 0.65
NewHttpCmdFunction · 0.65
registerLoadFlagsFunction · 0.65
registerDumpFlagsFunction · 0.65
mustSetupProfileFunction · 0.65
NewDedupCommandFunction · 0.65

Implementers 15

allIteratorgraph/kv/all_iterator.go
quadIteratorgraph/kv/quad_iterator.go
iterator2graph/sql/iterator.go
iterator2graph/nosql/iterator.go
allIteratorgraph/memstore/all_iterator.go
iterator2graph/memstore/iterator.go
uniquegraph/iterator/unique.go
valueFiltergraph/iterator/value_filter.go
materializegraph/iterator/materialize.go
countgraph/iterator/count.go
notgraph/iterator/not.go
sortItgraph/iterator/sort.go

Calls

no outgoing calls

Tested by 15

TestStreamEncoderFunction · 0.52
intValFunction · 0.52
toJsonFunction · 0.52
makeServerV2Function · 0.52
TestLoadLoopFunction · 0.52
StringMethod · 0.52
TestSizesFunction · 0.52
TestIteratorFunction · 0.52
TestSetIteratorFunction · 0.52
TestLoadTypedQuadsFunction · 0.52
TestCompareTypedValuesFunction · 0.52
TestCountFunction · 0.52