MCPcopy
hub / github.com/sqlc-dev/sqlc / Format

Method Format

internal/sql/ast/multi_assign_ref.go:15–20  ·  view source on GitHub ↗
(buf *TrackedBuffer, d format.Dialect)

Source from the content-addressed store, hash-verified

13}
14
15func (n *MultiAssignRef) Format(buf *TrackedBuffer, d format.Dialect) {
16 if n == nil {
17 return
18 }
19 buf.astFormat(n.Source, d)
20}

Callers

nothing calls this directly

Calls 1

astFormatMethod · 0.80

Tested by

no test coverage detected