MCPcopy Create free account
hub / github.com/cloudflare/computer / delete

Method delete

packages/computer/src/artifacts/client.ts:72–72  ·  view source on GitHub ↗

Delete a repo. Returns false when it does not exist.

(name: string)

Source from the content-addressed store, hash-verified

70 ): Promise<ArtifactsCreateRepoResult>;
71 /** Delete a repo. Returns false when it does not exist. */
72 delete(name: string): Promise<boolean>;
73
74 /** Mint a git token for a session repo. */
75 createToken(

Callers 15

closeSyncMethod · 0.65
lookupResolveCacheFunction · 0.65
storeResolveCacheFunction · 0.65
invalidateResolveExactFunction · 0.65
invalidateResolveSubtreeFunction · 0.65
deleteWriteBufferFunction · 0.65
promotePendingToInodeFunction · 0.65
getBlobBytesFunction · 0.65
clearBlobCacheFunction · 0.65
reconcileDiskToVfsFunction · 0.65
deleteSubtreeFromShadowFunction · 0.65

Implementers 1

WorkspaceArtifactsStubpackages/computer/src/stub.ts

Calls

no outgoing calls

Tested by 2

clearMethod · 0.52
pushFunction · 0.52