Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/idosal/git-mcp
/ deleteByIds
Method
deleteByIds
src/api/utils/vectorStore.ts:39–39 ·
view source on GitHub ↗
(ids: string[])
Source
from the content-addressed store, hash-verified
37
upsert(vectors: VectorizeVector[]): Promise<any>;
38
39
deleteByIds(ids: string[]): Promise<any>;
40
}
41
42
/**
Callers
1
storeDocumentationVectors
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected