MCPcopy 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
19def sed(args):
20 return subprocess.check_output(['sed'] + args).decode('utf-8').strip()
21
22
23def egrep(args):

Callers 1

check_sedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected