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

Method resetSrcArray

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

Source from the content-addressed store, hash-verified

1856 }
1857 },
1858 resetSrcArray(){
1859 this.geometry[this.getSrcName()] = [];
1860 },
1861 delete() {
1862 const srcName = this.getSrcName();
1863 delete this.geometry[srcName];

Callers 1

_tesselateShapeMethod · 0.80

Calls 1

getSrcNameMethod · 0.95

Tested by

no test coverage detected