MCPcopy Create free account
hub / github.com/araddon/qlbridge / String

Method String

expr/node.go:1417–1421  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1415 return true
1416}
1417func (m *BooleanNode) String() string {
1418 w := NewDefaultWriter()
1419 m.WriteDialect(w)
1420 return w.String()
1421}
1422func (m *BooleanNode) StringNegate() string {
1423 w := NewDefaultWriter()
1424 m.WriteNegate(w)

Callers

nothing calls this directly

Calls 3

WriteDialectMethod · 0.95
NewDefaultWriterFunction · 0.85
StringMethod · 0.65

Tested by

no test coverage detected