MCPcopy Create free account
hub / github.com/plotly/plotly.js / styleIncludes

Function styleIncludes

src/traces/isosurface/convert.js:282–285  ·  view source on GitHub ↗
(style, char)

Source from the content-addressed store, hash-verified

280 }
281
282 function styleIncludes(style, char) {
283 if(style === 'all' || style === null) return true;
284 return (style.indexOf(char) > -1);
285 }
286
287 function mapValue(style, value) {
288 if(style === null) return value;

Callers 1

addCubeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…