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

Method init

packages/computer/src/git/init.ts:11–11  ·  view source on GitHub ↗
(args: { fs: object; dir: string; bare?: boolean; defaultBranch?: string })

Source from the content-addressed store, hash-verified

9/** Subset of `isomorphic-git`'s API used for `init`. */
10export interface IsomorphicGitInitClient {
11 init(args: { fs: object; dir: string; bare?: boolean; defaultBranch?: string }): Promise<void>;
12}
13
14/**

Callers 1

initWithFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected