MCPcopy Create free account
hub / github.com/libgit2/git2go / createNewEmptyRemote

Function createNewEmptyRemote

remote.go:1258–1264  ·  view source on GitHub ↗

createNewEmptyRemote used to get a new empty object of *Remote

()

Source from the content-addressed store, hash-verified

1256
1257// createNewEmptyRemote used to get a new empty object of *Remote
1258func createNewEmptyRemote() *Remote {
1259 return &Remote{
1260 callbacks: RemoteCallbacks{},
1261 repo: nil,
1262 weak: false,
1263 }
1264}

Callers 1

smartTransportCallbackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…