Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
def
get_branch_hash_name(*, branch, hash):
42
return
branch + (f
'_{hash}'
if
hash is not None
else
''
)
43
44
45
def
get_vehicle_type(*, config_ini):
Callers
3
checkout
Method · 0.85
build
Method · 0.85
get_or_create_unique_dir_path
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected