MCPcopy Create free account
hub / github.com/comaps/comaps / step_index

Function step_index

tools/python/maps_generator/generator/steps.py:289–290  ·  view source on GitHub ↗
(env: Env, country: AnyStr, **kwargs)

Source from the content-addressed store, hash-verified

287
288
289def step_index(env: Env, country: AnyStr, **kwargs):
290 _generate_common_index(env, country, generate_search_index=True, **kwargs)
291
292
293def step_coastline_index(env: Env, country: AnyStr, **kwargs):

Callers

nothing calls this directly

Calls 1

_generate_common_indexFunction · 0.85

Tested by

no test coverage detected