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

Function error

stackgl_modules/index.js:29743–29745  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

29741
29742function createSurfaceExtractor(args) {
29743 function error(msg) {
29744 throw new Error("ndarray-extract-contour: " + msg)
29745 }
29746 if(typeof args !== "object") {
29747 error("Must specify arguments")
29748 }

Callers 1

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