Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ run
Function
run
tools/python/tts_languages.py:62–65 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
60
61
62
def
run():
63
strings_name, langs_hpp_name = parse_args()
64
langs = read_languages(strings_name)
65
make_languages_hpp(langs, langs_hpp_name)
66
67
68
if
__name__ ==
"__main__"
:
Callers
1
tts_languages.py
File · 0.85
Calls
3
read_languages
Function · 0.85
make_languages_hpp
Function · 0.85
parse_args
Function · 0.70
Tested by
no test coverage detected