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

Function printf

zstd/zstd.go:107–111  ·  view source on GitHub ↗
(format string, a ...any)

Source from the content-addressed store, hash-verified

105}
106
107func printf(format string, a ...any) {
108 if debug || debugDecoder || debugEncoder {
109 log.Printf(format, a...)
110 }
111}
112
113func load3232(b []byte, i int32) uint32 {
114 return le.Load32(b, i)

Callers 15

resetMethod · 0.85
decodeLiteralsMethod · 0.85
prepareSequencesMethod · 0.85
encodeMethod · 0.85
drainOutputMethod · 0.85
DecodeAllMethod · 0.85
nextBlockMethod · 0.85
nextBlockSyncMethod · 0.85
stashDecoderMethod · 0.85
startStreamDecoderMethod · 0.85
decodeSyncSimpleMethod · 0.85
decodeMethod · 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…