MCPcopy Index your code
hub / github.com/WebODM/WebODM / clear_plugins_cache

Function clear_plugins_cache

app/plugins/functions.py:79–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77
78
79def clear_plugins_cache():
80 global plugins
81 plugins = None
82
83
84def build_plugins():

Callers 4

plugin_uploadMethod · 0.90
sync_plugin_dbFunction · 0.85
get_plugin_by_nameFunction · 0.85
delete_pluginFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected