MCPcopy Create free account
hub / github.com/remotemobprogramming/mob / setWorkingDir

Function setWorkingDir

mob_test.go:2153–2156  ·  view source on GitHub ↗
(dir string)

Source from the content-addressed store, hash-verified

2151}
2152
2153func setWorkingDir(dir string) {
2154 workingDir = dir
2155 say.Say("\n===== cd " + dir)
2156}
2157
2158func assertNoError(t *testing.T, err error) {
2159 if err != nil {

Calls 1

SayFunction · 0.92

Tested by

no test coverage detected