Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
getCurrentData
Method · 0.95
_drawGeometry
Method · 0.80
_prepareUserAttributes
Method · 0.80
constructFromContours
Method · 0.80
_tesselateShape
Method · 0.80
addGeometry
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected