Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
type
stack []chunk
31
32
func
(s *stack) push(c chunk) {
33
*s = append(*s, c)
34
}
35
func
(s *stack) pop() {
36
*s = (*s)[:len(*s)-1]
37
}
Callers
2
updateContext
Method · 0.45
updateContext
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected