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

Method GetNodePath

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

Source from the content-addressed store, hash-verified

328}
329
330func (x *MetaNamespaceRequest) GetNodePath() string {
331 if x != nil {
332 return x.NodePath
333 }
334 return ""
335}
336
337func (x *MetaNamespaceRequest) GetNamespace() []string {
338 if x != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected