Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cloudfoundry/multiapps-cli-plugin
/ GetBackendURL
Method
GetBackendURL
configuration/configuration.go:27–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
}
26
27
func
(c Snapshot) GetBackendURL() string {
28
return
getStringProperty(c.backendURL)
29
}
30
31
func
(c Snapshot) GetUploadChunkSizeInMB() uint64 {
32
return
getUint64Property(c.uploadChunkSizeInMB)
Callers
2
configuration_test.go
File · 0.80
ComputeDeployServiceURL
Method · 0.80
Calls
1
getStringProperty
Function · 0.85
Tested by
no test coverage detected