MCPcopy 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
86func (c *PluginConfig) read() {
87 c.mutex.RLock()
88 defer c.mutex.RUnlock()
89 c.init()
90}
91
92func (c *PluginConfig) write(cb func()) {
93 c.mutex.Lock()

Callers 2

PluginsMethod · 0.95
CloseMethod · 0.95

Calls 1

initMethod · 0.95

Tested by

no test coverage detected