Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cloudfoundry/cli
/ read
Method
read
cf/configuration/pluginconfig/plugin_config.go:86–90 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
84
}
85
86
func
(c *PluginConfig) read() {
87
c.mutex.RLock()
88
defer
c.mutex.RUnlock()
89
c.init()
90
}
91
92
func
(c *PluginConfig) write(cb
func
()) {
93
c.mutex.Lock()
Callers
2
Plugins
Method · 0.95
Close
Method · 0.95
Calls
1
init
Method · 0.95
Tested by
no test coverage detected