(e: any)
| 222 | })); |
| 223 | |
| 224 | const handleClearPress = (e: any) => { |
| 225 | root.current?.clear(); |
| 226 | rest.onChangeText?.(''); |
| 227 | onClearIconPress?.(e); |
| 228 | }; |
| 229 | |
| 230 | const { roundness, dark, isV3, fonts } = theme; |
| 231 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…