MCPcopy 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
77func (c *xmlStartElement) updateContext(ctx *xmlContext) {
78 ctx.indent++
79 ctx.stack.push(c)
80}
81
82func (c *xmlStartElement) xml(ctx *xmlContext) string {
83 b := bytes.Buffer{}

Callers 1

xmlMethod · 0.95

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected