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

Function get

src/core/rendering.js:156–158  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

154 if (!Object.hasOwn(this, 'pixels')) {
155 Object.defineProperty(this, 'pixels', {
156 get(){
157 return this._renderer?.pixels;
158 }
159 });
160 }
161

Callers 1

mousePressedFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected