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

TypeAlias FmtFlags

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

FmtFlags carries options for the pretty-printer.

Source from the content-addressed store, hash-verified

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

Callers 11

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
format.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected