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

Method GetFreeString

common/proto/tree/cells-tree.pb.go:3497–3502  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3495}
3496
3497func (x *Query) GetFreeString() string {
3498 if x != nil {
3499 return x.FreeString
3500 }
3501 return ""
3502}
3503
3504func (x *Query) GetETag() string {
3505 if x != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected