MCPcopy
hub / github.com/monasticacademy/httptap / Close

Method Close

experiments/goproxy/goproxy-experiment.go:41–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39}
40
41func (fs *FileStream) Close() error {
42 fmt.Println("Close", fs.path)
43 if fs.f == nil {
44 return errors.New("FileStream was never written into")
45 }
46 return fs.f.Close()
47}
48
49type Meta struct {
50 req *http.Request

Callers 11

MainFunction · 0.45
MainFunction · 0.45
writeCertFileFunction · 0.45
MainFunction · 0.45
MainFunction · 0.45
echoFunction · 0.45
MainFunction · 0.45
NewLoggerFunction · 0.45
CloseMethod · 0.45
CloseMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected