Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
def
git(args):
16
return
subprocess.check_output([
'git'
] + args).decode(
'utf-8'
).strip()
17
18
19
def
sed(args):
Callers
2
is_uncommitted_changes
Function · 0.85
get_current_branch
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected