(msg)
| 29741 | |
| 29742 | function 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 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…