GetEntity() returns the name of entity in qualifiedName without a leading '/'
()
| 67 | |
| 68 | // GetEntity() returns the name of entity in qualifiedName without a leading '/' |
| 69 | func (qualifiedName *QualifiedName) GetEntity() string { |
| 70 | return qualifiedName.entity |
| 71 | } |
| 72 | |
| 73 | // GetNamespace() returns the name of the namespace in qualifiedName without |
| 74 | // a leading '/' |
no outgoing calls
no test coverage detected