MCPcopy Create free account
hub / github.com/Botloader/botloader / patch

Function patch

components/runtime/src/ts/httpclient.ts:55–57  ·  view source on GitHub ↗
(path: string, init?: RequestInit)

Source from the content-addressed store, hash-verified

53 * @category Helpers
54 */
55 export function patch(path: string, init?: RequestInit) {
56 return request("PATCH", path, init);
57 }
58
59 /**
60 * Construct a new PUT request

Callers 1

runFunction · 0.85

Calls 1

requestFunction · 0.85

Tested by

no test coverage detected