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

Function version

mob.go:1130–1132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1128}
1129
1130func version() {
1131 say.Say("v" + versionNumber)
1132}
1133
1134func silentgit(args ...string) string {
1135 commandString, output, err := runCommandSilent("git", args...)

Callers 2

TestVersionFunction · 0.85
executeFunction · 0.85

Calls 1

SayFunction · 0.92

Tested by 1

TestVersionFunction · 0.68