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

Method setRoot

core/os/android/binaryxml/decode.go:87–87  ·  view source on GitHub ↗
(x *xmlTree)

Source from the content-addressed store, hash-verified

85type chunk interface {
86 root() *xmlTree
87 setRoot(x *xmlTree)
88
89 decode(header, data []byte) error
90 xml(*xmlContext) string

Callers 1

decodeChunkFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected