MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / Reset

Method Reset

internal/compressions/reader.go:9–9  ·  view source on GitHub ↗
(reader io.Reader)

Source from the content-addressed store, hash-verified

7type Reader interface {
8 Read(p []byte) (n int, err error)
9 Reset(reader io.Reader) error
10 RawClose() error
11 Close() error
12 IncreaseHit() uint32

Callers 15

ResetMethod · 0.65
ResetMethod · 0.65
GetMethod · 0.65
ResetMethod · 0.65
ResetMethod · 0.65
ResetMethod · 0.65
ResetMethod · 0.65
ResetMethod · 0.65
GetMethod · 0.65
GetMethod · 0.65
GetMethod · 0.65
GetMethod · 0.65

Calls

no outgoing calls

Tested by 4

TestCounter_IncreaseFunction · 0.52
TestItem_Increase2Function · 0.52
TestFixedSet_ResetFunction · 0.52
TestLimiter_TimoutFunction · 0.52