MCPcopy Create free account
hub / github.com/CommandCodeAI/BaseAI / delete

Method delete

packages/core/src/common/request.ts:178–182  ·  view source on GitHub ↗
(
		options: Omit<RequestOptions, 'method' | 'body'>,
	)

Source from the content-addressed store, hash-verified

176 }
177
178 async delete<T>(
179 options: Omit<RequestOptions, 'method' | 'body'>,
180 ): Promise<T> {
181 return this.send<T>({...options, method: 'DELETE'});
182 }
183}

Callers

nothing calls this directly

Calls 1

sendMethod · 0.95

Tested by

no test coverage detected