MCPcopy Create free account
hub / github.com/pydio/cells / StringMap

Method StringMap

common/config/refpool.go:442–448  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

440}
441
442func (ev storeWithRefPoolValues) StringMap() map[string]string {
443 if vv := ev.get(); vv != nil {
444 return vv.StringMap()
445 }
446
447 return ev.Values.StringMap()
448}
449
450func (ev storeWithRefPoolValues) StringArray() []string {
451 if vv := ev.get(); vv != nil {

Callers

nothing calls this directly

Calls 2

getMethod · 0.95
StringMapMethod · 0.65

Tested by

no test coverage detected