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

Function callModify

test/unit/webgl/p5.Shader.js:304–304  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

302 });
303 test('anonymous function shaderModifier does not throw when parsed', function() {
304 const callModify = () => myShader.modify(function() {});
305 expect(callModify).not.toThrowError();
306 });
307 test('filled hooks do have an AUGMENTED_HOOK define', function() {

Callers

nothing calls this directly

Calls 1

modifyMethod · 0.80

Tested by

no test coverage detected