Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ sed
Function
sed
tools/release-set-version.py:19–20 ·
view source on GitHub ↗
(args)
Source
from the content-addressed store, hash-verified
17
18
19
def
sed(args):
20
return
subprocess.check_output([
'sed'
] + args).decode(
'utf-8'
).strip()
21
22
23
def
egrep(args):
Callers
1
check_sed
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected