Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
163
func
(v *values) StringArray() []string {
return
cast.ToStringSlice(v.safeGet()) }
164
165
func
(v *values) Slice() []any {
return
cast.ToSlice(v.safeGet()) }
166
Callers
nothing calls this directly
Calls
1
safeGet
Method · 0.95
Tested by
no test coverage detected