MCPcopy Index your code
hub / github.com/go-git/go-git / createRepositoryWithRemote

Function createRepositoryWithRemote

_examples/common_test.go:118–122  ·  view source on GitHub ↗
(local, remote string)

Source from the content-addressed store, hash-verified

116}
117
118func createRepositoryWithRemote(local, remote string) string {
119 createRepository(local, false)
120 addRemote(local, remote)
121 return local
122}
123
124func setEmptyRemote(dir string) string {
125 remote := createBareRepository(tempFolder())

Callers 1

common_test.goFile · 0.85

Calls 2

createRepositoryFunction · 0.85
addRemoteFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…