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

Method putWithMeta

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

Source from the content-addressed store, hash-verified

214 }
215
216 async putWithMeta<T>(path: string, options: RequestOptions = {}): Promise<RequestResult<T>> {
217 return this.requestWithMeta<T>('PUT', path, options);
218 }
219
220 async patchWithMeta<T>(path: string, options: RequestOptions = {}): Promise<RequestResult<T>> {
221 return this.requestWithMeta<T>('PATCH', path, options);

Callers

nothing calls this directly

Calls 1

requestWithMetaMethod · 0.95

Tested by

no test coverage detected