MCPcopy 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

updateToolbarDividerMethod · 0.45
showLinkPreviewMethod · 0.45
positionLinkPreviewMethod · 0.45
hideLinkPreviewMethod · 0.45
initMethod · 0.45
escHandlerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected