Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
26
type
FmtFlags int
27
28
// HasFlags tests whether the given flags are all set.
29
func
(f FmtFlags) HasFlags(subset FmtFlags) bool {
Callers
11
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.go
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected