MCPcopy 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
2443func getLocalDirectory(path string) string {
2444 return path + "/local"
2445}
2446
2447func getNotGitDirectory(path string) string {
2448 return path + "/notgit"

Callers 1

createTestbedInFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected