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

TypeAlias FmtFlags

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

FmtFlags carries options for the pretty-printer.

Source from the content-addressed store, hash-verified

23
24// FmtFlags carries options for the pretty-printer.
25type FmtFlags int
26
27// HasFlags tests whether the given flags are all set.
28func (f FmtFlags) HasFlags(subset FmtFlags) bool {

Callers 15

fmtFlagsMethod · 0.85
FormatMethod · 0.85
FormatMethod · 0.85
FormatMethod · 0.85
FormatDateFunction · 0.85
FormatMethod · 0.85
FormatMethod · 0.85
FormatMethod · 0.85
FormatMethod · 0.85
FormatDurationFunction · 0.85
FormatMethod · 0.85
FormatMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected