MCPcopy Create free account
hub / github.com/imgproxy/imgproxy / Bytes

Method Bytes

xmlparser/buffer.go:67–69  ·  view source on GitHub ↗

Bytes returns the contents of the buffer as a byte slice.

()

Source from the content-addressed store, hash-verified

65
66// Bytes returns the contents of the buffer as a byte slice.
67func (b *buffer) Bytes() []byte {
68 return *b
69}
70
71// String returns the contents of the buffer as a string.
72func (b *buffer) String() string {

Callers 15

removeColorCodesMethod · 0.80
readTextMethod · 0.80
readAttrValueMethod · 0.80
readProcInstMethod · 0.80
readCommentMethod · 0.80
readCDataMethod · 0.80
readDoctypeMethod · 0.80
readNSNameMethod · 0.80
ParseFunction · 0.80
DumpMethod · 0.80
DumpMethod · 0.80

Calls

no outgoing calls

Tested by 2

removeColorCodesMethod · 0.64
TestDownloadGzipMethod · 0.64