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

Method getSrcName

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

Source from the content-addressed store, hash-verified

1824 return this.dataSize;
1825 },
1826 getSrcName() {
1827 const src = this.name.concat('Src');
1828 return src;
1829 },
1830 getDstName() {
1831 const dst = this.name.concat('Buffer');
1832 return dst;

Callers 6

getSrcArrayMethod · 0.95
resetSrcArrayMethod · 0.95
deleteMethod · 0.95
_drawGeometryMethod · 0.80
constructFromContoursMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected