MCPcopy Create free account
hub / github.com/F-Stack/f-stack / run_meson

Function run_meson

dpdk/devtools/process-iwyu.py:27–32  ·  view source on GitHub ↗

Runs a meson command logging output to process-iwyu.log

(args)

Source from the content-addressed store, hash-verified

25
26
27def run_meson(args):
28 "Runs a meson command logging output to process-iwyu.log"
29 with open('process-iwyu.log', 'a') as sys.stdout:
30 ret = mesonmain.run(args, abspath('meson'))
31 sys.stdout = sys.__stdout__
32 return ret
33
34
35def remove_includes(filepath, include, build_dir):

Callers 2

remove_includesFunction · 0.85
processFunction · 0.85

Calls 1

runMethod · 0.45

Tested by

no test coverage detected