Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
func
(f *formatter) open(args ...any) {
47
if
len(args) > 0 {
48
f.write(args...)
49
}
50
f.indent += f.tab
51
}
52
53
func
(f *formatter) close() {
54
f.indent -= f.tab
Callers
10
expr
Method · 0.45
decl
Method · 0.45
op
Method · 0.45
sqlQueryBody
Method · 0.45
sqlPipe
Method · 0.45
unnest
Method · 0.45
scope
Method · 0.45
expr
Method · 0.45
op
Method · 0.45
main
Method · 0.45
Calls
1
write
Method · 0.95
Tested by
no test coverage detected