MCPcopy Create free account
hub / github.com/remotemobprogramming/mob / getNotGitDirectory

Function getNotGitDirectory

mob_test.go:2447–2449  ·  view source on GitHub ↗
(path string)

Source from the content-addressed store, hash-verified

2445}
2446
2447func getNotGitDirectory(path string) string {
2448 return path + "/notgit"
2449}
2450
2451func getSymlinkGitDirectory(path string) string {
2452 return path + "/local-symlink.git"

Callers 1

createTestbedInFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected