MCPcopy Index your code
hub / github.com/docsagent/docsagent / remove

Method remove

src/index.ts:233–235  ·  view source on GitHub ↗

* Remove interface: Removes a path from the index.

(path: string)

Source from the content-addressed store, hash-verified

231 * Remove interface: Removes a path from the index.
232 */
233 public async remove(path: string): Promise<void> {
234 await this.request("/remove", "POST", { path });
235 }
236
237 /**
238 * Closing interface: Closes the DocsAgent engine via HTTP request.

Callers

nothing calls this directly

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected