MCPcopy Index your code
hub / github.com/vladmandic/sdnext / save

Method save

modules/options_handler.py:183–184  ·  view source on GitHub ↗
(self, silent=False)

Source from the content-addressed store, hash-verified

181 log.error(f'Settings: config="{filename}" secrets="{secretsfn}" {err}')
182
183 def save(self, silent=False):
184 threading.Thread(target=self.save_atomic, args=(silent,)).start()
185
186 def same_type(self, x, y):
187 if x is None or y is None:

Callers 1

loadMethod · 0.95

Calls 1

startMethod · 0.45

Tested by

no test coverage detected