Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
func
(c xmlEndElement) String() string {
35
b := bytes.Buffer{}
36
return
b.String()
37
}
38
39
func
(c *xmlEndElement) decode(header, data []byte) error {
40
r := endian.Reader(bytes.NewReader(header), device.LittleEndian)
Callers
nothing calls this directly
Calls
1
String
Method · 0.65
Tested by
no test coverage detected