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

Method checkout

packages/computer/src/git/clone.ts:38–38  ·  view source on GitHub ↗
(args: {
    fs: object;
    dir: string;
    ref: string;
    filepaths?: string[];
    force?: boolean;
    noUpdateHead?: boolean;
    cache?: object;
  })

Source from the content-addressed store, hash-verified

36 }): Promise<void>;
37
38 checkout(args: {
39 fs: object;
40 dir: string;
41 ref: string;

Callers 1

cloneWithFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected