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

Method tag

packages/computer/src/git/refs.ts:21–21  ·  view source on GitHub ↗
(args: {
    fs: object;
    dir: string;
    ref: string;
    object?: string;
    force?: boolean;
  })

Source from the content-addressed store, hash-verified

19 deleteBranch(args: { fs: object; dir: string; ref: string }): Promise<void>;
20 listBranches(args: { fs: object; dir: string }): Promise<string[]>;
21 tag(args: {
22 fs: object;
23 dir: string;
24 ref: string;

Callers 1

tagWithFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected