Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ egrep
Function
egrep
tools/release-set-version.py:23–27 ·
view source on GitHub ↗
(args)
Source
from the content-addressed store, hash-verified
21
22
23
def
egrep(args):
24
try
:
25
return
subprocess.check_output([
'egrep'
] + args).decode(
'utf-8'
).strip()
26
except
Exception:
27
return
''
28
29
30
# is there uncommitted changes in folder
Callers
2
check_sed
Function · 0.85
set_version
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected