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

Method GetNodePath

common/proto/rest/cellsapi-data.pb.go:276–281  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

274}
275
276func (x *MetaCollection) GetNodePath() string {
277 if x != nil {
278 return x.NodePath
279 }
280 return ""
281}
282
283func (x *MetaCollection) GetMetadatas() []*Metadata {
284 if x != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected