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

Method getSrcArray

src/webgl/p5.Geometry.js:1834–1837  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1832 return dst;
1833 },
1834 getSrcArray() {
1835 const srcName = this.getSrcName();
1836 return this.geometry[srcName];
1837 },
1838 //Setters
1839 setCurrentData(data) {
1840 const size = data.length ? data.length : 1;

Callers 4

pushDirectMethod · 0.95
_tesselateShapeMethod · 0.80
addGeometryMethod · 0.80

Calls 1

getSrcNameMethod · 0.95

Tested by

no test coverage detected