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

Method append

logger/buffer.go:54–56  ·  view source on GitHub ↗

append appends data to the buffer.

(data ...byte)

Source from the content-addressed store, hash-verified

52
53// append appends data to the buffer.
54func (b *buffer) append(data ...byte) {
55 *b = append(*b, data...)
56}
57
58// appendString appends a string value to the buffer.
59// If the string does not require escaping, it is appended directly.

Callers 15

WriteMethod · 0.95
formatMethod · 0.80
appendKeyMethod · 0.80
appendStringMethod · 0.80
appendTimeMethod · 0.80
appendJSONMarshalMethod · 0.80
openGroupMethod · 0.80
closeGroupMethod · 0.80
formatMethod · 0.80
appendKeyMethod · 0.80
openGroupMethod · 0.80
formatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected