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

Function TestRenderUpdate_Nil

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

Source from the content-addressed store, hash-verified

272}
273
274func TestRenderUpdate_Nil(t *testing.T) {
275 var stmt *ast.UpdateStatement
276 if fmtStmt(stmt, ast.CompactStyle()) != "" {
277 t.Error("nil should return empty string")
278 }
279}
280
281// ─── DELETE ──────────────────────────────────────────────────────────────────
282

Callers

nothing calls this directly

Calls 3

CompactStyleFunction · 0.92
fmtStmtFunction · 0.85
ErrorMethod · 0.45

Tested by

no test coverage detected