Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OperationT00/T-Code
/ close
Method
close
src/main/java/com/tcode/rag/VectorStore.java:342–347 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
340
}
341
342
@Override
343
public
void
close() throws SQLException {
344
if
(connection != null && !connection.isClosed()) {
345
connection.close();
346
}
347
}
348
349
/**
350
* 带向量的代码块条目
Callers
nothing calls this directly
Calls
1
close
Method · 0.65
Tested by
no test coverage detected