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