MCPcopy Index your code
hub / github.com/plotly/plotly.js / coerce

Function coerce

src/traces/scattersmith/defaults.js:16–18  ·  view source on GitHub ↗
(attr, dflt)

Source from the content-addressed store, hash-verified

14
15module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout) {
16 function coerce(attr, dflt) {
17 return Lib.coerce(traceIn, traceOut, attributes, attr, dflt);
18 }
19
20 var len = handleRealImagDefaults(traceIn, traceOut, layout, coerce);
21 if (!len) {

Callers 2

defaults.jsFile · 0.70
handleRealImagDefaultsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…