MCPcopy Index your code
hub / github.com/cayleygraph/cayley / String

Method String

graph/sql/iterator.go:245–247  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

243}
244
245func (it *iteratorBase) String() string {
246 return it.query.SQL(NewBuilder(it.qs.flavor.QueryDialect))
247}
248
249func newIteratorNext(qs *QuadStore, s Select) *iteratorNext {
250 return &iteratorNext{

Callers

nothing calls this directly

Calls 2

NewBuilderFunction · 0.85
SQLMethod · 0.65

Tested by

no test coverage detected