()
| 274 | } |
| 275 | |
| 276 | func (x *MetaCollection) GetNodePath() string { |
| 277 | if x != nil { |
| 278 | return x.NodePath |
| 279 | } |
| 280 | return "" |
| 281 | } |
| 282 | |
| 283 | func (x *MetaCollection) GetMetadatas() []*Metadata { |
| 284 | if x != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected