MCPcopy Create free account
hub / github.com/brimdata/super / open

Method open

compiler/sfmt/format.go:46–51  ·  view source on GitHub ↗
(args ...any)

Source from the content-addressed store, hash-verified

44}
45
46func (f *formatter) open(args ...any) {
47 if len(args) > 0 {
48 f.write(args...)
49 }
50 f.indent += f.tab
51}
52
53func (f *formatter) close() {
54 f.indent -= f.tab

Callers 10

exprMethod · 0.45
declMethod · 0.45
opMethod · 0.45
sqlQueryBodyMethod · 0.45
sqlPipeMethod · 0.45
unnestMethod · 0.45
scopeMethod · 0.45
exprMethod · 0.45
opMethod · 0.45
mainMethod · 0.45

Calls 1

writeMethod · 0.95

Tested by

no test coverage detected