Query how much of a region you have observed
coverage_ofReturns your observed coverage (0..1) of any named region by id. enough is true when coverage >= 0.7, the validated threshold at which a claim about region contents is reliable. Call this before declaring a region empty or a build finished; if enough is false, explore more before concluding.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| space | Yes | ||
| regionId | Yes | The region id from list_regions. |