MCPcopy 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}
38func (s *stack) head() chunk {
39 return (*s)[len(*s)-1]
40}
41
42func (c *xmlContext) path() string {
43 elems := []string{}

Callers 1

xmlMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected