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

Struct iteratorNext

graph/sql/iterator.go:255–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255type iteratorNext struct {
256 iteratorBase
257 cursor *sql.Rows
258 // TODO(dennwc): nextPath workaround; remove when we get rid of NextPath in general
259 nextPathRes graph.Ref
260 nextPathTags map[string]graph.Ref
261}
262
263func (it *iteratorNext) Next(ctx context.Context) bool {
264 if it.err != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected