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

Function isDeletable

src/lib/nested_property.js:127–129  ·  view source on GitHub ↗
(val, propStr)

Source from the content-addressed store, hash-verified

125 */
126var ARGS_PATTERN = /(^|\.)args\[/;
127function isDeletable(val, propStr) {
128 return (val === undefined) || (val === null && !propStr.match(ARGS_PATTERN));
129}
130
131function npSet(cont, parts, propStr) {
132 return function(val) {

Callers 2

npSetFunction · 0.85
setArrayAllFunction · 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…