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

Method GetMetaQuery

common/proto/docstore/cells-docstore.pb.go:206–211  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

204}
205
206func (x *DocumentQuery) GetMetaQuery() string {
207 if x != nil {
208 return x.MetaQuery
209 }
210 return ""
211}
212
213func (x *DocumentQuery) GetOffset() int64 {
214 if x != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected