| 162 | |
| 163 | function _Settings(_props: Props) { |
| 164 | class __Settings extends base.react.Component<Props, State> { |
| 165 | constructor(props: Props) { |
| 166 | super(props); |
| 167 | this.state = initState(props); |
nothing calls this directly
no outgoing calls
no test coverage detected