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

Function defaultBool

stackgl_modules/index.js:18453–18458  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

18451}
18452
18453function defaultBool(x) {
18454 if(typeof x === 'boolean') {
18455 return x
18456 }
18457 return true
18458}
18459
18460function createScene(options) {
18461 options = options || {}

Callers 1

createSceneFunction · 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…