MCPcopy Create free account
hub / github.com/OperationT00/T-Code / close

Method close

src/main/java/com/tcode/rag/CodeRetriever.java:163–166  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

161 }
162
163 @Override
164 public void close() throws Exception {
165 vectorStore.close();
166 }
167}

Callers

nothing calls this directly

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected