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

Method updateContext

core/os/android/binaryxml/xml_end_element.go:62–65  ·  view source on GitHub ↗
(ctx *xmlContext)

Source from the content-addressed store, hash-verified

60}
61
62func (c *xmlEndElement) updateContext(ctx *xmlContext) {
63 ctx.stack.pop()
64 ctx.indent--
65}
66
67func (c *xmlEndElement) encode() []byte {
68 return encodeChunk(resXMLEndElementType, func(w binary.Writer) {

Callers 1

xmlMethod · 0.95

Calls 1

popMethod · 0.45

Tested by

no test coverage detected