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

Method checkout

packages/computer/src/git/refs.ts:30–30  ·  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

28 deleteTag(args: { fs: object; dir: string; ref: string }): Promise<void>;
29 listTags(args: { fs: object; dir: string }): Promise<string[]>;
30 checkout(args: {
31 fs: object;
32 dir: string;
33 ref: string;

Callers 1

checkoutWithFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected