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

Method getCachedID

src/webgl/GeometryBufferCache.js:23–25  ·  view source on GitHub ↗
(gid)

Source from the content-addressed store, hash-verified

21 }
22
23 getCachedID(gid) {
24 return this.cache[gid];
25 }
26
27 ensureCached(geometry) {
28 const gid = geometry.gid;

Callers 2

getCachedMethod · 0.95
p5.RendererGL.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected