MCPcopy Create free account
hub / github.com/Vespa314/cflow / patchStorage

Function patchStorage

web/src/helpers/api.ts:157–159  ·  view source on GitHub ↗
(storagePatch: StoragePatch)

Source from the content-addressed store, hash-verified

155}
156
157export function patchStorage(storagePatch: StoragePatch) {
158 return axios.patch<ObjectStorage>(`/api/v1/storage/${storagePatch.id}`, storagePatch);
159}
160
161export function deleteStorage(storageId: StorageId) {
162 return axios.delete(`/api/v1/storage/${storageId}`);

Callers

nothing calls this directly

Calls 1

patchMethod · 0.80

Tested by

no test coverage detected