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

Method getCached

src/webgl/GeometryBufferCache.js:19–21  ·  view source on GitHub ↗
(model)

Source from the content-addressed store, hash-verified

17 }
18
19 getCached(model) {
20 return this.getCachedID(model.gid);
21 }
22
23 getCachedID(gid) {
24 return this.cache[gid];

Callers 3

ensureCachedMethod · 0.95
_drawBuffersMethod · 0.80
_drawBuffersMethod · 0.80

Calls 1

getCachedIDMethod · 0.95

Tested by

no test coverage detected