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

Method String

expr/node.go:1924–1928  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1922}
1923func (m *ArrayNode) NodeType() string { return "Array" }
1924func (m *ArrayNode) String() string {
1925 w := NewDefaultWriter()
1926 m.WriteDialect(w)
1927 return w.String()
1928}
1929func (m *ArrayNode) WriteDialect(w DialectWriter) {
1930 if m.wraptype == "[" {
1931 io.WriteString(w, "[")

Callers

nothing calls this directly

Calls 3

WriteDialectMethod · 0.95
NewDefaultWriterFunction · 0.85
StringMethod · 0.65

Tested by

no test coverage detected