MCPcopy 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

modelMethod · 0.95
primitives3DFunction · 0.80

Calls 1

isCachedMethod · 0.80

Tested by

no test coverage detected