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

Method isCached

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

Source from the content-addressed store, hash-verified

9 }
10
11 isCached(gid) {
12 return this.cache[gid] !== undefined;
13 }
14
15 getGeometryByID(gid) {
16 return this.cache[gid]?.geometry;

Callers 2

ensureCachedMethod · 0.95
geometryInHashMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected