MCPcopy Index your code
hub / github.com/couchbase/couchbase-python-client / teardown

Function teardown

examples/couchbase/vector_search.py:131–133  ·  view source on GitHub ↗
(cluster: Cluster, collection: Collection, keys: List[str])

Source from the content-addressed store, hash-verified

129
130
131def teardown(cluster: Cluster, collection: Collection, keys: List[str]) -> None:
132 remove_docs(keys, collection)
133 drop_search_idx(cluster)
134
135
136def main():

Callers 1

mainFunction · 0.70

Calls 2

remove_docsFunction · 0.70
drop_search_idxFunction · 0.70

Tested by

no test coverage detected