Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1buran/rHttp
/ Close
Method
Close
session_test.go:23–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
return
len(p), nil
22
}
23
func
(wc *testWriteCloser) Close() error {
24
wc.isClosed = true
25
return
nil
26
}
27
func
(wc *testWriteCloser) Contains(b []byte) bool {
28
return
bytes.Contains(wc.data, b)
29
}
Callers
3
Save
Method · 0.80
Load
Method · 0.80
Update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected