(env: Env, country: AnyStr, **kwargs)
| 287 | |
| 288 | |
| 289 | def step_index(env: Env, country: AnyStr, **kwargs): |
| 290 | _generate_common_index(env, country, generate_search_index=True, **kwargs) |
| 291 | |
| 292 | |
| 293 | def step_coastline_index(env: Env, country: AnyStr, **kwargs): |
nothing calls this directly
no test coverage detected