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

Method StringArray

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

Source from the content-addressed store, hash-verified

448}
449
450func (ev storeWithRefPoolValues) StringArray() []string {
451 if vv := ev.get(); vv != nil {
452 return vv.StringArray()
453 }
454
455 return ev.Values.StringArray()
456}
457
458func (ev storeWithRefPoolValues) Slice() []interface{} {
459 if vv := ev.get(); vv != nil {

Callers

nothing calls this directly

Calls 2

getMethod · 0.95
StringArrayMethod · 0.65

Tested by

no test coverage detected