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

Method fallback

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

Source from the content-addressed store, hash-verified

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); }
269 matchAllGeometry(geometries) { return this.collection.matchAllGeometry(geometries); }
270 search(value, geometry, loc) { return this.collection.search(value, geometry, loc); }

Callers 2

matchTagsMethod · 0.95
defaultsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected