()
| 328 | } |
| 329 | |
| 330 | func (x *MetaNamespaceRequest) GetNodePath() string { |
| 331 | if x != nil { |
| 332 | return x.NodePath |
| 333 | } |
| 334 | return "" |
| 335 | } |
| 336 | |
| 337 | func (x *MetaNamespaceRequest) GetNamespace() []string { |
| 338 | if x != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected