MCPcopy 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}
23func (wc *testWriteCloser) Close() error {
24 wc.isClosed = true
25 return nil
26}
27func (wc *testWriteCloser) Contains(b []byte) bool {
28 return bytes.Contains(wc.data, b)
29}

Callers 3

SaveMethod · 0.80
LoadMethod · 0.80
UpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected