Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
ensureCached
Method · 0.95
geometryInHash
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected