Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
39
type
FmtFlags int
40
41
// HasFlags tests whether the given flags are all set.
42
func
(f FmtFlags) HasFlags(subset FmtFlags) bool {
Callers
14
Format
Method · 0.85
Format
Method · 0.85
Format
Method · 0.85
Format
Method · 0.85
Format
Method · 0.85
Format
Method · 0.85
Format
Method · 0.85
Format
Method · 0.85
Format
Method · 0.85
Format
Method · 0.85
Format
Method · 0.85
Format
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected