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

Function TestRenderInsert_Nil

pkg/formatter/render_test.go:220–225  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

218}
219
220func TestRenderInsert_Nil(t *testing.T) {
221 var stmt *ast.InsertStatement
222 if fmtStmt(stmt, ast.CompactStyle()) != "" {
223 t.Error("nil should return empty string")
224 }
225}
226
227// ─── UPDATE ──────────────────────────────────────────────────────────────────
228

Callers

nothing calls this directly

Calls 3

CompactStyleFunction · 0.92
fmtStmtFunction · 0.85
ErrorMethod · 0.45

Tested by

no test coverage detected