MCPcopy Index your code
hub / github.com/modelscope/FunASR / _get_version

Function _get_version

funasr/cli.py:73–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71
72
73def _get_version():
74 try:
75 from funasr import __version__
76 return __version__
77 except Exception:
78 return "unknown"
79
80
81def main():

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…