* @returns {string | null} return the resource path
()
| 965 | * @returns {string | null} return the resource path |
| 966 | */ |
| 967 | getResource() { |
| 968 | return this.matchResource || this.resource; |
| 969 | } |
| 970 | |
| 971 | /** |
| 972 | * Gets the library identifier. |
no outgoing calls
no test coverage detected