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

Function coerce

src/traces/carpet/defaults.js:10–12  ·  view source on GitHub ↗
(attr, dflt)

Source from the content-addressed store, hash-verified

8
9module.exports = function supplyDefaults(traceIn, traceOut, dfltColor, fullLayout) {
10 function coerce(attr, dflt) {
11 return Lib.coerce(traceIn, traceOut, attributes, attr, dflt);
12 }
13
14 traceOut._clipPathId = 'clip' + traceOut.uid + 'carpet';
15

Callers 3

defaults.jsFile · 0.70
xy_defaults.jsFile · 0.70
ab_defaults.jsFile · 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…