MCPcopy Create free account
hub / github.com/egonelbre/exp / push

Method push

ber/decoder.go:32–35  ·  view source on GitHub ↗
(t *Token, end int)

Source from the content-addressed store, hash-verified

30}
31
32func (s *stack) push(t *Token, end int) {
33 s.open = append(s.open, t)
34 s.closeat = append(s.closeat, end)
35}
36
37// closes type with indefinite length
38func (s *stack) popIndefiniteEnd() (*Token, error) {

Callers 6

pushEndMethod · 0.95
constructorMethod · 0.45
runMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected