MCPcopy
hub / github.com/llmware-ai/llmware / close

Method close

llmware/resources.py:314–316  ·  view source on GitHub ↗

Close connection to underlying DB resource

(self)

Source from the content-addressed store, hash-verified

312 return self._writer.unset_embedding_flag(embedding_key)
313
314 def close(self):
315 """Close connection to underlying DB resource"""
316 return self._writer.close()
317
318
319class MongoWriter:

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected