MCPcopy Create free account
hub / github.com/auxten/postgresql-parser / FormatNameP

Method FormatNameP

pkg/sql/sem/tree/format.go:325–327  ·  view source on GitHub ↗

FormatNameP formats a string reference as a name.

(s *string)

Source from the content-addressed store, hash-verified

323
324// FormatNameP formats a string reference as a name.
325func (ctx *FmtCtx) FormatNameP(s *string) {
326 ctx.FormatNode((*Name)(s))
327}
328
329// FormatNode recurses into a node for pretty-printing.
330// Flag-driven special cases can hook into this.

Callers 4

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

Calls 1

FormatNodeMethod · 0.95

Tested by

no test coverage detected