MCPcopy Create free account
hub / github.com/NGSolve/ngsolve / get_git_version

Function get_git_version

tests/utils.py:69–70  ·  view source on GitHub ↗
(cwd)

Source from the content-addressed store, hash-verified

67
68
69def get_git_version(cwd):
70 return check_output(["git", "describe", "--tags"], cwd=cwd).decode("utf-8").strip()
71
72
73def get_version(cwd):

Callers 2

get_versionFunction · 0.85
mainFunction · 0.85

Calls 1

stripMethod · 0.80

Tested by

no test coverage detected