MCPcopy
hub / github.com/hashicorp/go-getter / Close

Method Close

get_http.go:152–154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

150}
151
152func (l *limitedWrappedReaderCloser) Close() (err error) {
153 return l.closeFn()
154}
155
156func newLimitedWrappedReaderCloser(r io.ReadCloser, limit int64) io.ReadCloser {
157 return &limitedWrappedReaderCloser{

Callers 15

TestClient_GetChecksumFunction · 0.45
DecompressMethod · 0.45
DecompressMethod · 0.45
copyReaderFunction · 0.45
copyFileFunction · 0.45
DecompressMethod · 0.45
DecompressMethod · 0.45
TestGet_progressFunction · 0.45
tmpFileFunction · 0.45
DecompressMethod · 0.45

Calls

no outgoing calls

Tested by 15

TestClient_GetChecksumFunction · 0.36
TestGet_progressFunction · 0.36
TestDecompressZipBombFunction · 0.36
TestHttpGetter_headerFunction · 0.36
TestHttpGetter_metaFunction · 0.36
TestHttpGetter_noneFunction · 0.36
TestHttpGetter_resumeFunction · 0.36