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

Method String

xmlparser/buffer.go:72–74  ·  view source on GitHub ↗

String returns the contents of the buffer as a string.

()

Source from the content-addressed store, hash-verified

70
71// String returns the contents of the buffer as a string.
72func (b *buffer) String() string {
73 return string(*b)
74}
75
76// Len returns the number of bytes written to the buffer.
77func (b *buffer) Len() int {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected