MCPcopy Create free account
hub / github.com/FDio/vpp / is_core_present

Function is_core_present

test/util.py:157–158  ·  view source on GitHub ↗
(tempdir)

Source from the content-addressed store, hash-verified

155
156
157def is_core_present(tempdir):
158 return os.path.isfile(get_core_path(tempdir))
159
160
161def get_core_pattern():

Callers 4

check_and_handle_coreFunction · 0.90
run_forkedFunction · 0.90
add_errorMethod · 0.90
add_errorMethod · 0.90

Calls 1

get_core_pathFunction · 0.85

Tested by 2

check_and_handle_coreFunction · 0.72
run_forkedFunction · 0.72