Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
157
def
is_core_present(tempdir):
158
return
os.path.isfile(get_core_path(tempdir))
159
160
161
def
get_core_pattern():
Callers
4
check_and_handle_core
Function · 0.90
run_forked
Function · 0.90
add_error
Method · 0.90
add_error
Method · 0.90
Calls
1
get_core_path
Function · 0.85
Tested by
2
check_and_handle_core
Function · 0.72
run_forked
Function · 0.72