Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetSys/bess
/ do_dist_clean
Function
do_dist_clean
build.py:419–422 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
417
418
419
def
do_dist_clean():
420
do_clean()
421
print(
'Removing 3rd-party libraries...'
)
422
cmd(
'rm -rf %s'
% (DPDK_DIR))
423
424
425
def
print_usage(parser):
Callers
nothing calls this directly
Calls
2
do_clean
Function · 0.70
cmd
Function · 0.70
Tested by
no test coverage detected