MCPcopy
hub / github.com/klauspost/compress / println

Function println

zstd/zstd.go:101–105  ·  view source on GitHub ↗
(a ...any)

Source from the content-addressed store, hash-verified

99)
100
101func println(a ...any) {
102 if debug || debugDecoder || debugEncoder {
103 log.Println(a...)
104 }
105}
106
107func printf(format string, a ...any) {
108 if debug || debugDecoder || debugEncoder {

Callers 15

resetMethod · 0.85
decodeBufMethod · 0.85
decodeLiteralsMethod · 0.85
prepareSequencesMethod · 0.85
updateHistoryMethod · 0.85
encodeRawMethod · 0.85
encodeRawToMethod · 0.85
encodeLitsMethod · 0.85
encodeMethod · 0.85
EncodeMethod · 0.85
EncodeNoHistMethod · 0.85
EncodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…