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

Function createStrandsNode

src/strands/strands_node.js:217–222  ·  view source on GitHub ↗
(id, dimension, strandsContext, onRebind)

Source from the content-addressed store, hash-verified

215 }
216}
217export function createStrandsNode(id, dimension, strandsContext, onRebind) {
218 return new Proxy(
219 new StrandsNode(id, dimension, strandsContext),
220 swizzleTrap(id, dimension, strandsContext, onRebind)
221 );
222}

Callers 15

unaryOpNodeFunction · 0.90
binaryOpNodeFunction · 0.90
castToFloatFunction · 0.90
getFunction · 0.90
setFunction · 0.90
arrayAccessNodeFunction · 0.90
arrayAssignmentNodeFunction · 0.90
ElseMethod · 0.90
getOrCreateUniformNodeFunction · 0.90
initGlobalStrandsAPIFunction · 0.90
createHookArgumentsFunction · 0.90

Calls 1

swizzleTrapFunction · 0.90

Tested by

no test coverage detected