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

Method len

logger/buffer.go:49–51  ·  view source on GitHub ↗

len returns the number of bytes written to the buffer.

()

Source from the content-addressed store, hash-verified

47
48// len returns the number of bytes written to the buffer.
49func (b *buffer) len() int {
50 return len(*b)
51}
52
53// append appends data to the buffer.
54func (b *buffer) append(data ...byte) {

Callers 1

appendAttributeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected