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

Function fmtExpr

pkg/formatter/render_test.go:33–35  ·  view source on GitHub ↗
(expr ast.Expression, opts ast.FormatOptions)

Source from the content-addressed store, hash-verified

31}
32
33func fmtExpr(expr ast.Expression, opts ast.FormatOptions) string {
34 return formatter.FormatExpression(expr, opts)
35}
36
37// ─── SELECT ──────────────────────────────────────────────────────────────────
38

Callers 15

TestRenderCase_SimpleFunction · 0.85
TestRenderCase_SearchedFunction · 0.85
TestRenderCase_NilFunction · 0.85
TestRenderBetweenFunction · 0.85
TestRenderBetween_NotFunction · 0.85
TestRenderBetween_NilFunction · 0.85
TestRenderIn_ValuesFunction · 0.85
TestRenderIn_NotFunction · 0.85
TestRenderIn_SubqueryFunction · 0.85
TestRenderIn_NilFunction · 0.85
TestRenderExistsFunction · 0.85

Calls 1

FormatExpressionFunction · 0.92

Tested by

no test coverage detected