Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
func
(c *xmlEndElement) updateContext(ctx *xmlContext) {
63
ctx.stack.pop()
64
ctx.indent--
65
}
66
67
func
(c *xmlEndElement) encode() []byte {
68
return
encodeChunk(resXMLEndElementType,
func
(w binary.Writer) {
Callers
1
xml
Method · 0.95
Calls
1
pop
Method · 0.45
Tested by
no test coverage detected