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

Method appendInt

logger/buffer.go:80–82  ·  view source on GitHub ↗

appendInt appends an integer value to the buffer.

(data int64)

Source from the content-addressed store, hash-verified

78
79// appendInt appends an integer value to the buffer.
80func (b *buffer) appendInt(data int64) {
81 *b = strconv.AppendInt(*b, data, 10)
82}
83
84// appendUint appends an unsigned integer value to the buffer.
85func (b *buffer) appendUint(data uint64) {

Callers 2

appendValueMethod · 0.80
appendValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected