MCPcopy
hub / github.com/evilsocket/opensnitch / setSettings

Method setSettings

ui/opensnitch/config.py:209–211  ·  view source on GitHub ↗
(self, path, value)

Source from the content-addressed store, hash-verified

207 return self.settings.contains(key)
208
209 def setSettings(self, path, value):
210 self.settings.setValue(path, value)
211 self.settings.sync()
212
213 def getSettings(self, path):
214 return self.settings.value(path)

Callers 15

__init__Method · 0.95
_save_settingsMethod · 0.80
saveFunction · 0.80
save_themeMethod · 0.80
_save_db_configMethod · 0.80
_save_ui_configMethod · 0.80
_save_settingsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected