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

Method FormatNameP

postgres/parser/sem/tree/format.go:370–372  ·  view source on GitHub ↗

FormatNameP formats a string reference as a name.

(s *string)

Source from the content-addressed store, hash-verified

368
369// FormatNameP formats a string reference as a name.
370func (ctx *FmtCtx) FormatNameP(s *string) {
371 ctx.FormatNode((*Name)(s))
372}
373
374// FormatNode recurses into a node for pretty-printing.
375// Flag-driven special cases can hook into this.

Callers 15

FormatMethod · 0.80
FormatMethod · 0.80
FormatMethod · 0.80
FormatMethod · 0.80
FormatMethod · 0.80
FormatMethod · 0.80
FormatMethod · 0.80
FormatMethod · 0.80
FormatMethod · 0.80
FormatMethod · 0.80
FormatMethod · 0.80
FormatMethod · 0.80

Calls 1

FormatNodeMethod · 0.95

Tested by

no test coverage detected