MCPcopy Create free account
hub / github.com/microsoft/SandDance / assert

Method assert

docs/app/js/sanddance-app.js:58177–58179  ·  view source on GitHub ↗
(condition, message)

Source from the content-addressed store, hash-verified

58175 else console.log(this._storage.config);
58176 }
58177 assert(condition, message) {
58178 (0, _assertDefault.default)(condition, message);
58179 }
58180 warn(message) {
58181 return this._getLogFunction(0, message, originalConsole.warn, arguments, ONCE);
58182 }

Callers 4

tesselateColumnFunction · 0.45
getGeojsonFeaturesFunction · 0.45
separateGeojsonFeaturesFunction · 0.45
validateGeometryFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected