MCPcopy 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
23func (f *formatter) writeTab() {
24 f.flush()
25 for range f.indent {
26 f.WriteByte(' ')
27 }
28 f.needTab = false
29}
30
31func (f *formatter) write(args ...any) {
32 f.flush()

Callers 3

writeMethod · 0.95
nextMethod · 0.80
nextMethod · 0.80

Calls 1

flushMethod · 0.95

Tested by

no test coverage detected