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

Method String

core/os/android/binaryxml/xml_end_element.go:34–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected