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

Method Reset

xmlparser/buffer.go:33–35  ·  view source on GitHub ↗

Reset truncates the buffer.

()

Source from the content-addressed store, hash-verified

31
32// Reset truncates the buffer.
33func (b *buffer) Reset() {
34 *b = (*b)[:0]
35}
36
37func (b *buffer) Write(p []byte) (n int, err error) {
38 if len(p) == 0 {

Callers 11

FreeMethod · 0.95
CloseMethod · 0.80
setReaderMethod · 0.80
readTextMethod · 0.80
readAttrValueMethod · 0.80
readCommentMethod · 0.80
readCDataMethod · 0.80
readDoctypeMethod · 0.80
readNameMethod · 0.80
DownloadSyncMethod · 0.80
sanitizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected