MCPcopy Index your code
hub / github.com/plotly/dash / willCoercionThrow

Function willCoercionThrow

dash/deps/react@18.2.0.js:455–464  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

453
454
455 function willCoercionThrow(value) {
456 {
457 try {
458 testStringCoercion(value);
459 return false;
460 } catch (e) {
461 return true;
462 }
463 }
464 }
465
466 function testStringCoercion(value) {
467 // If you ended up here by following an exception call stack, here's what's

Callers 1

checkKeyStringCoercionFunction · 0.70

Calls 1

testStringCoercionFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…