MCPcopy
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
64type handler struct {
65 asClient bool
66}
67
68func (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