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

Method Result

query/session.go:45–45  ·  view source on GitHub ↗

Results returns the current result. The type depends on the collation mode of the query.

()

Source from the content-addressed store, hash-verified

43 Next(ctx context.Context) bool
44 // Results returns the current result. The type depends on the collation mode of the query.
45 Result() interface{}
46 // Err returns any error that was encountered by the Iterator.
47 Err() error
48 // Close the iterator and do internal cleanup.

Callers 15

ServeV1QueryMethod · 0.65
serveRawQuadsMethod · 0.65
serveNodesWithPropsMethod · 0.65
RunFunction · 0.65
runQueryFunction · 0.65
TestSexpFunction · 0.65
runQueryGetTagFunction · 0.65
TestIssue160Function · 0.65
iterateObjectFunction · 0.65
dedupPropertiesFunction · 0.65
dedupValueTxFunction · 0.65
NewQueryCmdFunction · 0.65

Implementers 5

legacyItergraph/shape.go
Int64graph/iterator/iterator_test.go
Nullgraph/iterator/iterator.go
Errorgraph/iterator/iterator.go
Iteratorgraph/gaedatastore/iterator.go

Calls

no outgoing calls

Tested by 4

runQueryFunction · 0.52
TestSexpFunction · 0.52
runQueryGetTagFunction · 0.52
TestIssue160Function · 0.52