MCPcopy
hub / github.com/cloudfoundry/cli / Delete

Method Delete

cf/configuration/config_disk_persistor.go:16–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14
15type Persistor interface {
16 Delete()
17 Exists() bool
18 Load(DataInterface) error
19 Save(DataInterface) error

Callers 15

ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65

Implementers 3

DiskPersistorcf/configuration/config_disk_persistor
FakePersistorcf/configuration/configurationfakes/fa
FakePersistorcf/util/testhelpers/configuration/fake

Calls

no outgoing calls

Tested by

no test coverage detected