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

Function load_run_config_ini

tools/python/routing/src/utils.py:12–18  ·  view source on GitHub ↗
(*, config_ini, path)

Source from the content-addressed store, hash-verified

10
11
12def load_run_config_ini(*, config_ini, path):
13 value = config_ini.read_value_by_path(path=path)
14 data = json.loads(value)
15 for param in data:
16 if 'hash' not in param:
17 param['hash'] = None
18 return data
19
20
21def get_cmake_cmd():

Callers

nothing calls this directly

Calls 1

read_value_by_pathMethod · 0.80

Tested by

no test coverage detected