Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ push
Method
push
sup/formatter.go:58–61 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
56
}
57
58
func
(f *Formatter) push() {
59
f.stack = append(f.stack, f.builder)
60
f.builder = strings.Builder{}
61
}
62
63
func
(f *Formatter) pop() {
64
n := len(f.stack)
Callers
4
formatType
Method · 0.95
copy-button.js
File · 0.80
constructor
Method · 0.80
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected