MCPcopy Create free account
hub / github.com/ajitpratap0/GoSQLX / result

Method result

pkg/formatter/render.go:74–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72}
73
74func (f *nodeFormatter) result() string {
75 return f.sb.String()
76}
77
78// ─── public rendering API ────────────────────────────────────────────────────
79

Callers 15

renderSelectFunction · 0.80
renderInsertFunction · 0.80
renderUpdateFunction · 0.80
renderDeleteFunction · 0.80
renderCreateTableFunction · 0.80
renderSetOperationFunction · 0.80
renderAlterTableFunction · 0.80
renderCreateIndexFunction · 0.80
renderCreateViewFunction · 0.80
renderDropFunction · 0.80

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected