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

Function createBareRepository

_examples/common_test.go:101–103  ·  view source on GitHub ↗
(dir string)

Source from the content-addressed store, hash-verified

99}
100
101func createBareRepository(dir string) string {
102 return createRepository(dir, true)
103}
104
105func createRepository(dir string, isBare bool) string {
106 var cmd *exec.Cmd

Callers 1

setEmptyRemoteFunction · 0.85

Calls 1

createRepositoryFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…