Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-git/go-git
/ handler
Struct
handler
plumbing/transport/server/server.go:64–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
type
handler
struct
{
65
asClient bool
66
}
67
68
func
(h *handler) NewUploadPackSession(s storer.Storer) (transport.UploadPackSession, error) {
69
return
&upSession{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected