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

Method remove

packages/computer/src/git/staging.ts:33–33  ·  view source on GitHub ↗
(args: { fs: object; dir: string; filepath: string; cache?: object })

Source from the content-addressed store, hash-verified

31/** Subset of `isomorphic-git`'s API used for `rm`. */
32export interface IsomorphicGitRmClient {
33 remove(args: { fs: object; dir: string; filepath: string; cache?: object }): Promise<void>;
34}
35
36export interface GitAddOptions {

Callers 2

addAllFunction · 0.65
rmWithFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected