Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/monasticacademy/httptap
/ NewFileStream
Function
NewFileStream
experiments/goproxy/goproxy-experiment.go:27–29 ·
view source on GitHub ↗
(path string)
Source
from the content-addressed store, hash-verified
25
}
26
27
func
NewFileStream(path string) *FileStream {
28
return
&FileStream{path, nil}
29
}
30
31
func
(fs *FileStream) Write(b []byte) (nr int, err error) {
32
if
fs.f == nil {
Callers
2
LogResp
Method · 0.85
LogReq
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected