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

Method matchGeometry

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

Source from the content-addressed store, hash-verified

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); }
271

Callers 1

defaultsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected