MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / git

Function git

tools/release-set-version.py:15–16  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

13
14
15def git(args):
16 return subprocess.check_output(['git'] + args).decode('utf-8').strip()
17
18
19def sed(args):

Callers 2

is_uncommitted_changesFunction · 0.85
get_current_branchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected