(selector: string)
| 164 | } |
| 165 | |
| 166 | isValidSelector(selector: string): boolean { |
| 167 | return selector.charAt(0) === this.selectorFirstChar(); |
| 168 | } |
| 169 | |
| 170 | // Prepare the value to store in the mapping |
| 171 | prepareValue( |
no outgoing calls
no test coverage detected