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

Method put

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

Source from the content-addressed store, hash-verified

172 }
173
174 async put<T>(options: Omit<RequestOptions, 'method'>): Promise<T> {
175 return this.send<T>({...options, method: 'PUT'});
176 }
177
178 async delete<T>(
179 options: Omit<RequestOptions, 'method' | 'body'>,

Callers

nothing calls this directly

Calls 1

sendMethod · 0.95

Tested by

no test coverage detected