MCPcopy 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
2439func getRemoteDirectory(path string) string {
2440 return path + "/remote"
2441}
2442
2443func getLocalDirectory(path string) string {
2444 return path + "/local"

Callers 1

createTestbedInFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected