(monitor)
| 39 | |
| 40 | class Source { |
| 41 | constructor(monitor) { |
| 42 | this.monitor = monitor; |
| 43 | this.props = null; |
| 44 | this.component = null; |
| 45 | } |
| 46 | |
| 47 | receiveProps(props) { |
| 48 | this.props = props; |
nothing calls this directly
no outgoing calls
no test coverage detected