Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenAnonymity/oa-chat
/ remove
Method
remove
vector/index.js:103–106 ·
view source on GitHub ↗
(ids)
Source
from the content-addressed store, hash-verified
101
}
102
103
async
remove(ids) {
104
await
this.ready;
105
return
this.backend.remove(ids);
106
}
107
108
async
get(ids, options) {
109
await
this.ready;
Callers
15
vectorStore.test.mjs
File · 0.45
vectorStore.public.test.mjs
File · 0.45
initScrollAwareScrollbars
Method · 0.45
detachPromptSlideUpEffect
Method · 0.45
showScrollToBottomButton
Method · 0.45
hideScrollToBottomButton
Method · 0.45
updateToolbarDivider
Method · 0.45
showLinkPreview
Method · 0.45
positionLinkPreview
Method · 0.45
hideLinkPreview
Method · 0.45
init
Method · 0.45
escHandler
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected