Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
35
func
(s *stack) pop() {
36
*s = (*s)[:len(*s)-1]
37
}
38
func
(s *stack) head() chunk {
39
return
(*s)[len(*s)-1]
40
}
Callers
2
updateContext
Method · 0.45
updateContext
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected