Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/libgit2/git2go
/ Write
Method
Write
transport_test.go:36–38 ·
view source on GitHub ↗
(buf []byte)
Source
from the content-addressed store, hash-verified
34
}
35
36
func
(s *testSmartSubtransportStream) Write(buf []byte) (int, error) {
37
return
0, io.EOF
38
}
39
40
func
(s *testSmartSubtransportStream) Free() {
41
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected