MCPcopy Index your code
hub / github.com/cloudfoundry/multiapps-cli-plugin / NewSnapshot

Function NewSnapshot

configuration/configuration.go:18–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16}
17
18func NewSnapshot() Snapshot {
19 return Snapshot{
20 backendURL: properties.BackendURL,
21 uploadChunkSizeInMB: properties.UploadChunkSizeInMB,
22 uploadChunksSequentially: properties.UploadChunksSequentially,
23 disableProgressBar: properties.DisableProgressBar,
24 }
25}
26
27func (c Snapshot) GetBackendURL() string {
28 return getStringProperty(c.backendURL)

Callers 3

executeInternalMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected