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

Method appendFloat

logger/buffer.go:90–92  ·  view source on GitHub ↗

appendFloat appends a float value to the buffer.

(data float64)

Source from the content-addressed store, hash-verified

88
89// appendFloat appends a float value to the buffer.
90func (b *buffer) appendFloat(data float64) {
91 *b = strconv.AppendFloat(*b, data, 'g', -1, 64)
92}
93
94// appendBool appends a boolean value to the buffer.
95func (b *buffer) appendBool(data bool) {

Callers 1

appendValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected