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