IsTopLevel checks whether namespace is a top-level namespace
()
| 69 | |
| 70 | // IsTopLevel checks whether namespace is a top-level namespace |
| 71 | func (namespace *Namespace) IsTopLevel() bool { |
| 72 | return namespace.Parent == "" |
| 73 | } |
no outgoing calls
no test coverage detected