Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/remotemobprogramming/mob
/ getLocalDirectory
Function
getLocalDirectory
mob_test.go:2443–2445 ·
view source on GitHub ↗
(path string)
Source
from the content-addressed store, hash-verified
2441
}
2442
2443
func
getLocalDirectory(path string) string {
2444
return
path +
"/local"
2445
}
2446
2447
func
getNotGitDirectory(path string) string {
2448
return
path +
"/notgit"
Callers
1
createTestbedIn
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected