Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ clear_data
Function
clear_data
dpdk/usertools/dpdk-devbind.py:198–201 ·
view source on GitHub ↗
This function clears any old data
()
Source
from the content-addressed store, hash-verified
196
197
198
def
clear_data():
199
''
'This function clears any old data'
''
200
global devices
201
devices = {}
202
203
204
def
get_device_details(devices_type):
Callers
2
do_arg_actions
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected