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

Method pop

core/os/android/binaryxml/xml_context.go:35–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33 *s = append(*s, c)
34}
35func (s *stack) pop() {
36 *s = (*s)[:len(*s)-1]
37}
38func (s *stack) head() chunk {
39 return (*s)[len(*s)-1]
40}

Callers 2

updateContextMethod · 0.45
updateContextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected