Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2447
func
getNotGitDirectory(path string) string {
2448
return
path +
"/notgit"
2449
}
2450
2451
func
getSymlinkGitDirectory(path string) string {
2452
return
path +
"/local-symlink.git"
Callers
1
createTestbedIn
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected