Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cloudfoundry/cli
/ DiskPersistor
Struct
DiskPersistor
cf/configuration/config_disk_persistor.go:29–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
type
DiskPersistor
struct
{
30
filePath string
31
}
32
33
func
NewDiskPersistor(path string) DiskPersistor {
34
return
DiskPersistor{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected