Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google/gapid
/ updateContext
Method
updateContext
core/os/android/binaryxml/xml_start_element.go:77–80 ·
view source on GitHub ↗
(ctx *xmlContext)
Source
from the content-addressed store, hash-verified
75
}
76
77
func
(c *xmlStartElement) updateContext(ctx *xmlContext) {
78
ctx.indent++
79
ctx.stack.push(c)
80
}
81
82
func
(c *xmlStartElement) xml(ctx *xmlContext) string {
83
b := bytes.Buffer{}
Callers
1
xml
Method · 0.95
Calls
1
push
Method · 0.45
Tested by
no test coverage detected