MCPcopy 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
58func (f *Formatter) push() {
59 f.stack = append(f.stack, f.builder)
60 f.builder = strings.Builder{}
61}
62
63func (f *Formatter) pop() {
64 n := len(f.stack)

Callers 4

formatTypeMethod · 0.95
copy-button.jsFile · 0.80
constructorMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected