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

Method String

expr/node.go:1562–1566  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1560 return true
1561}
1562func (m *TriNode) String() string {
1563 w := NewDefaultWriter()
1564 m.writeToString(w, false)
1565 return w.String()
1566}
1567func (m *TriNode) StringNegate() string {
1568 w := NewDefaultWriter()
1569 m.writeToString(w, true)

Callers

nothing calls this directly

Calls 3

writeToStringMethod · 0.95
NewDefaultWriterFunction · 0.85
StringMethod · 0.65

Tested by

no test coverage detected