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

Method String

core/os/android/binaryxml/xml_end_namespace.go:33–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31}
32
33func (c xmlEndNamespace) String() string {
34 b := bytes.Buffer{}
35 return b.String()
36}
37
38func (c *xmlEndNamespace) decode(header, data []byte) error {
39 r := endian.Reader(bytes.NewReader(header), device.LittleEndian)

Callers

nothing calls this directly

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected