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

Function get_branch_hash_name

tools/python/routing/src/utils.py:41–42  ·  view source on GitHub ↗
(*, branch, hash)

Source from the content-addressed store, hash-verified

39
40
41def get_branch_hash_name(*, branch, hash):
42 return branch + (f'_{hash}' if hash is not None else '')
43
44
45def get_vehicle_type(*, config_ini):

Callers 3

checkoutMethod · 0.85
buildMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected