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

Method appendUint

logger/buffer.go:85–87  ·  view source on GitHub ↗

appendUint appends an unsigned integer value to the buffer.

(data uint64)

Source from the content-addressed store, hash-verified

83
84// appendUint appends an unsigned integer value to the buffer.
85func (b *buffer) appendUint(data uint64) {
86 *b = strconv.AppendUint(*b, data, 10)
87}
88
89// appendFloat appends a float value to the buffer.
90func (b *buffer) appendFloat(data float64) {

Callers 2

appendValueMethod · 0.80
appendValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected