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

Method appendStringRaw

logger/buffer.go:70–72  ·  view source on GitHub ↗

appendStringRaw appends a string value to the buffer without escaping.

(data string)

Source from the content-addressed store, hash-verified

68
69// appendStringRaw appends a string value to the buffer without escaping.
70func (b *buffer) appendStringRaw(data string) {
71 *b = append(*b, data...)
72}
73
74// appendStringQuoted appends a string value to the buffer, escaping and quoting it as necessary.
75func (b *buffer) appendStringQuoted(data string) {

Callers 7

appendStringMethod · 0.95
appendStringMethod · 0.80
appendTimeMethod · 0.80
appendJSONMarshalMethod · 0.80
openGroupMethod · 0.80
formatMethod · 0.80
appendTimeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected