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

Method String

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

Source from the content-addressed store, hash-verified

143}
144
145func (it *iterator2) String() string {
146 return it.query.SQL(NewBuilder(it.qs.flavor.QueryDialect))
147}
148
149func newIteratorBase(qs *QuadStore, s Select) iteratorBase {
150 return iteratorBase{

Callers

nothing calls this directly

Calls 2

NewBuilderFunction · 0.85
SQLMethod · 0.65

Tested by

no test coverage detected