MCPcopy 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
198def clear_data():
199 '''This function clears any old data'''
200 global devices
201 devices = {}
202
203
204def get_device_details(devices_type):

Callers 2

do_arg_actionsFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected