Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ writeTab
Method
writeTab
compiler/sfmt/format.go:23–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
}
22
23
func
(f *formatter) writeTab() {
24
f.flush()
25
for
range
f.indent {
26
f.WriteByte(
' '
)
27
}
28
f.needTab = false
29
}
30
31
func
(f *formatter) write(args ...any) {
32
f.flush()
Callers
3
write
Method · 0.95
next
Method · 0.80
next
Method · 0.80
Calls
1
flush
Method · 0.95
Tested by
no test coverage detected