MCPcopy
hub / github.com/CaviraOSS/OpenMemory / close

Method close

sdk-py/src/openmemory/__init__.py:219–221  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

217 return deleted
218
219 def close(self):
220 from openmemory.core.db import close_db
221 close_db()
222
223 # Remote methods
224 def _remote_add(self, content, tags, metadata, userId, salience, decayLambda):

Callers 12

test_sdk_initializationFunction · 0.95
test_memory_operationsFunction · 0.95
test_sector_operationsFunction · 0.95
test_advanced_featuresFunction · 0.95
sector_exampleFunction · 0.95
basic_exampleFunction · 0.95
advanced_exampleFunction · 0.95
benchmarkFunction · 0.95
impMethod · 0.80
run_migrationsFunction · 0.80
close_dbFunction · 0.80
run_migrationsFunction · 0.80

Calls 1

close_dbFunction · 0.90

Tested by 4

test_sdk_initializationFunction · 0.76
test_memory_operationsFunction · 0.76
test_sector_operationsFunction · 0.76
test_advanced_featuresFunction · 0.76