MCPcopy Create free account
hub / github.com/gaearon/react-hot-loader / getAnswer

Method getAnswer

test/proxy/static-method.test.js:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18
19 StaticMethodUpdate: class StaticMethodUpdate extends React.Component {
20 static getAnswer() {
21 return 43;
22 }
23
24 render() {
25 return <div>{this.constructor.getAnswer()}</div>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected