MCPcopy Create free account
hub / github.com/dolthub/doltgresql / Format

Method Format

postgres/parser/sem/tree/expr.go:1583–1586  ·  view source on GitHub ↗

Format implements the NodeFormatter interface.

(ctx *FmtCtx)

Source from the content-addressed store, hash-verified

1581
1582// Format implements the NodeFormatter interface.
1583func (node *IndirectionExpr) Format(ctx *FmtCtx) {
1584 exprFmtWithParen(ctx, node.Expr)
1585 ctx.FormatNode(&node.Indirection)
1586}
1587
1588type annotateSyntaxMode int
1589

Callers

nothing calls this directly

Calls 2

exprFmtWithParenFunction · 0.85
FormatNodeMethod · 0.80

Tested by

no test coverage detected