MCPcopy Index your code
hub / github.com/processing/p5.js / sketchVerifier

Function sketchVerifier

src/core/friendly_errors/sketch_verifier.js:222–228  ·  view source on GitHub ↗
(p5, _fn, lifecycles)

Source from the content-addressed store, hash-verified

220};
221
222function sketchVerifier(p5, _fn, lifecycles) {
223 lifecycles.presetup = async function() {
224 if (!p5.disableFriendlyErrors && !p5.disableSketchChecker) {
225 verifierUtils.runFES(p5);
226 }
227 };
228}
229
230export default sketchVerifier;
231

Callers 1

sketch_verifier.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected