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

Method FormatNameP

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

FormatNameP formats a string reference as a name.

(s *string)

Source from the content-addressed store, hash-verified

519
520// FormatNameP formats a string reference as a name.
521func (ctx *FmtCtx) FormatNameP(s *string) {
522 ctx.FormatNode((*Name)(s))
523}
524
525// FormatStringConstant formats a constant string value, redacting it if
526// FmtHideConstants is set.

Callers 11

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