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

Function getDefault

stackgl_modules/index.js:8061–8066  ·  view source on GitHub ↗
(options, property, dflt)

Source from the content-addressed store, hash-verified

8059}
8060
8061function getDefault(options, property, dflt) {
8062 if(property in options) {
8063 return options[property]
8064 }
8065 return dflt
8066}
8067
8068function cdt2d(points, edges, options) {
8069

Callers 1

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