Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google/gapid
/ head
Method
head
core/os/android/binaryxml/xml_context.go:38–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
36
*s = (*s)[:len(*s)-1]
37
}
38
func
(s *stack) head() chunk {
39
return
(*s)[len(*s)-1]
40
}
41
42
func
(c *xmlContext) path() string {
43
elems := []string{}
Callers
1
xml
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected