Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Lobos/react-ui
/ constructor
Method
constructor
docs/src/js/Code.js:6–8 ·
view source on GitHub ↗
(props)
Source
from the content-addressed store, hash-verified
4
5
const
Code =
class
extends Component {
6
constructor (props) {
7
super(props);
8
}
9
10
componentDidMount () {
11
window.prettyPrint(null, this.code);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected