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

Method getDataSize

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

Source from the content-addressed store, hash-verified

1821 return this.currentData;
1822 },
1823 getDataSize() {
1824 return this.dataSize;
1825 },
1826 getSrcName() {
1827 const src = this.name.concat('Src');
1828 return src;

Callers 6

getCurrentDataMethod · 0.95
_drawGeometryMethod · 0.80
constructFromContoursMethod · 0.80
_tesselateShapeMethod · 0.80
addGeometryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected