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

Function TestRenderSetOperation_Nil

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

Source from the content-addressed store, hash-verified

418}
419
420func TestRenderSetOperation_Nil(t *testing.T) {
421 var s *ast.SetOperation
422 if fmtStmt(s, ast.CompactStyle()) != "" {
423 t.Error("nil should return empty string")
424 }
425}
426
427// ─── ALTER TABLE ─────────────────────────────────────────────────────────────
428

Callers

nothing calls this directly

Calls 3

CompactStyleFunction · 0.92
fmtStmtFunction · 0.85
ErrorMethod · 0.45

Tested by

no test coverage detected