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

Method method

test/proxy/instance-method.test.js:176–178  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

174
175 class App extends React.Component {
176 method() {
177 return 42;
178 }
179 }
180
181 App.prototype.injectedMethod = injectedMethod;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected