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

Method StringArray

common/utils/kv/values.go:163–163  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

161}
162
163func (v *values) StringArray() []string { return cast.ToStringSlice(v.safeGet()) }
164
165func (v *values) Slice() []any { return cast.ToSlice(v.safeGet()) }
166

Callers

nothing calls this directly

Calls 1

safeGetMethod · 0.95

Tested by

no test coverage detected