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

Method typeInfo

src/strands/strands_node.js:34–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32 return createStrandsNode(this.id, this.dimension, this.strandsContext);
33 }
34 typeInfo() {
35 return {
36 baseType: this._originalBaseType || BaseType.FLOAT,
37 dimension: this.dimension
38 };
39 }
40 bridge(value) {
41 const { dag, cfg } = this.strandsContext;
42 const orig = getNodeDataFromID(dag, this.id);

Callers 3

primitiveConstructorNodeFunction · 0.80
castToFloatFunction · 0.80
initGlobalStrandsAPIFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected