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

Method appendStringQuoted

logger/buffer.go:75–77  ·  view source on GitHub ↗

appendStringQuoted appends a string value to the buffer, escaping and quoting it as necessary.

(data string)

Source from the content-addressed store, hash-verified

73
74// appendStringQuoted appends a string value to the buffer, escaping and quoting it as necessary.
75func (b *buffer) appendStringQuoted(data string) {
76 *b = strconv.AppendQuote(*b, data)
77}
78
79// appendInt appends an integer value to the buffer.
80func (b *buffer) appendInt(data int64) {

Callers 2

appendStringMethod · 0.95
appendStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected