MCPcopy Create free account
hub / github.com/PaperDebugger/paperdebugger / delete

Method delete

webapp/_webapp/src/libs/apiclient.ts:235–243  ·  view source on GitHub ↗
(url: string, options?: RequestOptions)

Source from the content-addressed store, hash-verified

233 }
234
235 async delete(url: string, options?: RequestOptions): Promise<JsonValue> {
236 return this.requestWithErrorToast(
237 {
238 method: "DELETE",
239 url,
240 },
241 options,
242 );
243 }
244
245 async postStream(
246 url: string,

Callers 7

handleCommentToggleFunction · 0.80
removeItemMethod · 0.80
unregisterAdapterFunction · 0.80
deleteConversationFunction · 0.80
deletePromptFunction · 0.80
highlightFunction · 0.80
removeItemMethod · 0.80

Calls 1

requestWithErrorToastMethod · 0.95

Tested by

no test coverage detected