Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudfoundry/multiapps-cli-plugin
/ getDefaultIfUnknown
Function
getDefaultIfUnknown
util/mta_version_handler.go:12–17 ·
view source on GitHub ↗
(version string)
Source
from the content-addressed store, hash-verified
10
}
11
12
func
getDefaultIfUnknown(version string) string {
13
if
version != unknownMtaVersion {
14
return
version
15
}
16
return
"?"
17
}
Callers
1
GetMtaVersionAsString
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected