(props)
| 52094 | } |
| 52095 | class SnapshotImportLocal extends _react.Component { |
| 52096 | constructor(props){ |
| 52097 | super(props); |
| 52098 | this.state = { |
| 52099 | working: false |
| 52100 | }; |
| 52101 | } |
| 52102 | readFile(e) { |
| 52103 | if (e.target.files) { |
| 52104 | this.setState({ |
nothing calls this directly
no outgoing calls
no test coverage detected