Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AfterShip/clickhouse-sql-parser
/ NewLine
Method
NewLine
parser/format.go:84–89 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
82
}
83
84
func
(f *Formatter) NewLine() {
85
if
f.mode != FormatModeBeautify {
86
return
87
}
88
f.WriteByte(newline)
89
}
90
91
func
(f *Formatter) Break() {
92
if
f.mode == FormatModeBeautify {
Callers
4
Break
Method · 0.95
FormatSQL
Method · 0.80
FormatSQL
Method · 0.80
FormatSQL
Method · 0.80
Calls
1
WriteByte
Method · 0.95
Tested by
no test coverage detected