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

Function badContainer

src/lib/nested_property.js:234–242  ·  view source on GitHub ↗
(container, propStr, propParts)

Source from the content-addressed store, hash-verified

232}
233
234function badContainer(container, propStr, propParts) {
235 return {
236 set: function() { throw 'bad container'; },
237 get: function() {},
238 astr: propStr,
239 parts: propParts,
240 obj: container
241 };
242}

Callers 1

nested_property.jsFile · 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…