Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/quay/clair
/ PutEncoder
Function
PutEncoder
internal/codec/codec.go:49–52 ·
view source on GitHub ↗
PutEncoder returns an encoder to the pool.
(e *Encoder)
Source
from the content-addressed store, hash-verified
47
48
// PutEncoder returns an encoder to the pool.
49
func
PutEncoder(e *Encoder) {
50
e.Reset(nil)
51
encPool.Put(e)
52
}
53
54
// Decoder decodes.
55
type
Decoder = codec.Decoder
Callers
13
get
Method · 0.92
indexReport
Method · 0.92
indexReportOne
Method · 0.92
indexState
Method · 0.92
affectedManifests
Method · 0.92
vulnerabilityReport
Method · 0.92
updateDiffHandler
Method · 0.92
updateOperationHandlerGet
Method · 0.92
Close
Method · 0.92
manifestAction
Function · 0.92
JSONReader
Function · 0.85
Example
Function · 0.85
Calls
1
Reset
Method · 0.80
Tested by
2
Example
Function · 0.68
TestTimeNotNull
Function · 0.68