()
| 13609 | this._name = index === -1 ? name : name.substring(index + 1); |
| 13610 | } |
| 13611 | qualifiedName() { |
| 13612 | return this._qualifiedName; // "foo.bar.baz" |
| 13613 | } |
| 13614 | prefix() { |
| 13615 | return this._prefix; // "foo.bar" |
| 13616 | } |
no outgoing calls
no test coverage detected