()
| 1071 | |
| 1072 | // @ts-ignore |
| 1073 | private _getHandle() { |
| 1074 | return findNodeHandle(this.map.current); |
| 1075 | } |
| 1076 | |
| 1077 | private handleMapPress = (event: any) => { |
| 1078 | if (this.props.onPress) { |
nothing calls this directly
no outgoing calls
no test coverage detected