MCPcopy 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
27func (c Snapshot) GetBackendURL() string {
28 return getStringProperty(c.backendURL)
29}
30
31func (c Snapshot) GetUploadChunkSizeInMB() uint64 {
32 return getUint64Property(c.uploadChunkSizeInMB)

Callers 2

Calls 1

getStringPropertyFunction · 0.85

Tested by

no test coverage detected