MCPcopy Create free account
hub / github.com/TestSprite/testsprite-cli / patchWithMeta

Method patchWithMeta

src/lib/http.ts:220–222  ·  view source on GitHub ↗
(path: string, options: RequestOptions = {})

Source from the content-addressed store, hash-verified

218 }
219
220 async patchWithMeta<T>(path: string, options: RequestOptions = {}): Promise<RequestResult<T>> {
221 return this.requestWithMeta<T>('PATCH', path, options);
222 }
223
224 async deleteWithMeta<T>(path: string, options: RequestOptions = {}): Promise<RequestResult<T>> {
225 return this.requestWithMeta<T>('DELETE', path, options);

Callers

nothing calls this directly

Calls 1

requestWithMetaMethod · 0.95

Tested by

no test coverage detected