MCPcopy
hub / github.com/processing/p5.js / friendlyErrorsDisabled

Method friendlyErrorsDisabled

src/math/p5.Vector.js:66–68  ·  view source on GitHub ↗

* @private * Check for disabled friendly errors. * This is overridden in the addon function to check the p5 instance.

()

Source from the content-addressed store, hash-verified

64 * This is overridden in the addon function to check the p5 instance.
65 */
66 static friendlyErrorsDisabled() {
67 return true;
68 }
69
70 // This is how it comes in with createVector()
71 // This check if the first argument is a function

Callers 3

divMethod · 0.95
constructorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected