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

Function fmtStmt

pkg/formatter/render_test.go:29–31  ·  view source on GitHub ↗

─── helper ──────────────────────────────────────────────────────────────────

(stmt ast.Statement, opts ast.FormatOptions)

Source from the content-addressed store, hash-verified

27// ─── helper ──────────────────────────────────────────────────────────────────
28
29func fmtStmt(stmt ast.Statement, opts ast.FormatOptions) string {
30 return formatter.FormatStatement(stmt, opts)
31}
32
33func fmtExpr(expr ast.Expression, opts ast.FormatOptions) string {
34 return formatter.FormatExpression(expr, opts)

Calls 1

FormatStatementFunction · 0.92

Tested by

no test coverage detected