MCPcopy Create free account
hub / github.com/facebook/Rapid / item

Method item

modules/core/PresetSystem.js:265–265  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

263
264
265 item(id) { return this.collection.item(id); }
266 index(id) { return this.collection.index(id); }
267 fallback(geometry) { return this.collection.fallback(geometry); }
268 matchGeometry(geometry) { return this.collection.matchGeometry(geometry); }

Callers 15

defaultsMethod · 0.95
renderMarkersMethod · 0.45
oldTagIssuesFunction · 0.45
actionUpdateCrossingFunction · 0.45
addIconFunction · 0.45
_loadActivePresetsFunction · 0.45
constructorMethod · 0.45
uiIntroLineFunction · 0.45
uiIntroPointFunction · 0.45
uiIntroAreaFunction · 0.45
uiIntroBuildingFunction · 0.45
operationFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected