Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1130
func
version() {
1131
say.Say(
"v"
+ versionNumber)
1132
}
1133
1134
func
silentgit(args ...string) string {
1135
commandString, output, err := runCommandSilent(
"git"
, args...)
Callers
2
TestVersion
Function · 0.85
execute
Function · 0.85
Calls
1
Say
Function · 0.92
Tested by
1
TestVersion
Function · 0.68