()
| 8 | } |
| 9 | |
| 10 | componentDidMount () { |
| 11 | window.prettyPrint(null, this.code); |
| 12 | } |
| 13 | |
| 14 | render () { |
| 15 | return (<div className="code" ref={(c) => this.code = c}><pre className="prettyprint">{this.props.children}</pre></div>); |
nothing calls this directly
no outgoing calls
no test coverage detected