MCPcopy Index your code
hub / github.com/krasimir/react-in-patterns / set

Function set

code/composition/public/app.js:3210–3214  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

3208 };
3209
3210 function set(val) {
3211 var action = isFunction ? 'setting the method' : 'setting the property';
3212 warn(action, 'This is effectively a no-op');
3213 return val;
3214 }
3215
3216 function get() {
3217 var action = isFunction ? 'accessing the method' : 'accessing the property';

Callers 1

adoptClassInstanceFunction · 0.70

Calls 1

warnFunction · 0.70

Tested by

no test coverage detected