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

TypeAlias FmtFlags

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

FmtFlags carries options for the pretty-printer.

Source from the content-addressed store, hash-verified

37
38// FmtFlags carries options for the pretty-printer.
39type FmtFlags int
40
41// HasFlags tests whether the given flags are all set.
42func (f FmtFlags) HasFlags(subset FmtFlags) bool {

Callers 14

FormatMethod · 0.85
FormatMethod · 0.85
FormatMethod · 0.85
FormatMethod · 0.85
FormatMethod · 0.85
FormatMethod · 0.85
FormatMethod · 0.85
FormatMethod · 0.85
FormatMethod · 0.85
FormatMethod · 0.85
FormatMethod · 0.85
FormatMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected