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

Function uses_libbsd

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

return whether the build uses libbsd or not

(builddir)

Source from the content-addressed store, hash-verified

61
62
63def uses_libbsd(builddir):
64 "return whether the build uses libbsd or not"
65 return bool(get_build_config(builddir, lambda ln: 'RTE_USE_LIBBSD' in ln))
66
67
68def process(args):

Callers 1

processFunction · 0.85

Calls 1

get_build_configFunction · 0.85

Tested by

no test coverage detected