MCPcopy Create free account
hub / github.com/google/gapid / push

Method push

core/os/android/binaryxml/xml_context.go:32–34  ·  view source on GitHub ↗
(c chunk)

Source from the content-addressed store, hash-verified

30type stack []chunk
31
32func (s *stack) push(c chunk) {
33 *s = append(*s, c)
34}
35func (s *stack) pop() {
36 *s = (*s)[:len(*s)-1]
37}

Callers 2

updateContextMethod · 0.45
updateContextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected