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

Method add

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

Source from the content-addressed store, hash-verified

16/** Subset of `isomorphic-git`'s API used for `add`. */
17export interface IsomorphicGitAddClient {
18 add(args: {
19 fs: object;
20 dir: string;
21 filepath: string | string[];

Callers 2

addWithFunction · 0.65
addAllFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected