Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/processing/p5.js
/ geometryInHash
Method
geometryInHash
src/core/p5.Renderer3D.js:1180–1182 ·
view source on GitHub ↗
(gid)
Source
from the content-addressed store, hash-verified
1178
//////////////////////////////////////////////
1179
1180
geometryInHash(gid) {
1181
return
this.geometryBufferCache.isCached(gid);
1182
}
1183
1184
/**
1185
* [resize description]
Callers
2
model
Method · 0.95
primitives3D
Function · 0.80
Calls
1
isCached
Method · 0.80
Tested by
no test coverage detected