MCPcopy
hub / github.com/processing/p5.js / delete

Method delete

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

Source from the content-addressed store, hash-verified

1859 this.geometry[this.getSrcName()] = [];
1860 },
1861 delete() {
1862 const srcName = this.getSrcName();
1863 delete this.geometry[srcName];
1864 delete this;
1865 }
1866 };
1867 this[prop.getSrcName()] = [];
1868 return this.userVertexProperties[propertyName];

Callers 15

passthroughFunction · 0.80
constructorMethod · 0.80
pointerFunction · 0.80
toStringMethod · 0.80
removeMethod · 0.80
resetMethod · 0.80
_edgesToVerticesMethod · 0.80
textFunction · 0.80
_prepareBufferMethod · 0.80

Calls 1

getSrcNameMethod · 0.95

Tested by

no test coverage detected