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

Function injectedMethod

test/proxy/instance-method.test.js:171–171  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

169
170 it('passes methods props thought', () => {
171 const injectedMethod = (a, b) => this[24 + a + b];
172
173 injectedMethod.staticProp = 'magic';
174

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected