(env: Env, country: AnyStr, **kwargs)
| 291 | |
| 292 | |
| 293 | def step_coastline_index(env: Env, country: AnyStr, **kwargs): |
| 294 | _generate_common_index(env, country, **kwargs) |
| 295 | |
| 296 | |
| 297 | def step_ugc(env: Env, country: AnyStr, **kwargs): |
nothing calls this directly
no test coverage detected