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

Method String

expr/node.go:527–531  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

525}
526func (m *FuncNode) NodeType() string { return "Func" }
527func (m *FuncNode) String() string {
528 w := NewDefaultWriter()
529 m.WriteDialect(w)
530 return w.String()
531}
532func (m *FuncNode) WriteDialect(w DialectWriter) {
533 io.WriteString(w, m.Name)
534 io.WriteString(w, "(")

Callers 1

FromExprMethod · 0.95

Calls 3

WriteDialectMethod · 0.95
NewDefaultWriterFunction · 0.85
StringMethod · 0.65

Tested by

no test coverage detected