Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/quay/clair
/ PutDecoder
Function
PutDecoder
internal/codec/codec.go:65–68 ·
view source on GitHub ↗
PutDecoder returns a decoder to the pool.
(d *Decoder)
Source
from the content-addressed store, hash-verified
63
64
// PutDecoder returns a decoder to the pool.
65
func
PutDecoder(d *Decoder) {
66
d.Reset(nil)
67
decPool.Put(d)
68
}
Callers
12
indexReport
Method · 0.92
affectedManifests
Method · 0.92
Scan
Method · 0.92
updateOperations
Method · 0.92
UpdateDiff
Method · 0.92
AffectedManifests
Method · 0.92
Index
Method · 0.92
IndexReport
Method · 0.92
DeleteManifests
Method · 0.92
IndexReport
Method · 0.92
VulnerabilityReport
Method · 0.92
BenchmarkDecode
Function · 0.85
Calls
1
Reset
Method · 0.80
Tested by
1
BenchmarkDecode
Function · 0.68