MCPcopy Create free account
hub / github.com/caseywebdev/react-list / willCoercionThrow

Function willCoercionThrow

docs/index.js:19471–19477  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

19469 );
19470 }
19471 function willCoercionThrow(value) {
19472 try {
19473 return testStringCoercion(value), !1;
19474 } catch (e) {
19475 return !0;
19476 }
19477 }
19478 function testStringCoercion(value) {
19479 return "" + value;
19480 }

Calls 1

testStringCoercionFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…