Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
41
func
(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
49
type
Meta
struct
{
50
req *http.Request
Callers
11
Main
Function · 0.45
Main
Function · 0.45
writeCertFile
Function · 0.45
Main
Function · 0.45
Main
Function · 0.45
echo
Function · 0.45
Main
Function · 0.45
NewLogger
Function · 0.45
Close
Method · 0.45
Close
Method · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected