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

Function get_build_config

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

returns contents of rte_build_config.h

(builddir, condition)

Source from the content-addressed store, hash-verified

55
56
57def get_build_config(builddir, condition):
58 "returns contents of rte_build_config.h"
59 with open(join(builddir, 'rte_build_config.h')) as f:
60 return [ln for ln in f.readlines() if condition(ln)]
61
62
63def uses_libbsd(builddir):

Callers 1

uses_libbsdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected