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

Method appendBool

logger/buffer.go:95–97  ·  view source on GitHub ↗

appendBool appends a boolean value to the buffer.

(data bool)

Source from the content-addressed store, hash-verified

93
94// appendBool appends a boolean value to the buffer.
95func (b *buffer) appendBool(data bool) {
96 *b = strconv.AppendBool(*b, data)
97}
98
99// remove removes the last n bytes from the buffer.
100func (b *buffer) remove(n int) {

Callers 2

appendValueMethod · 0.80
appendValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected