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

Method init

packages/computer/src/git/index.ts:240–240  ·  view source on GitHub ↗

Initialise a new repository in the bound workspace.

(options?: GitInitOptions)

Source from the content-addressed store, hash-verified

238 diffSummary(options?: GitDiffOptions): Promise<DiffSummaryEntry[]>;
239 /** Initialise a new repository in the bound workspace. */
240 init(options?: GitInitOptions): Promise<void>;
241 /** Describe the working-tree / index / HEAD delta. */
242 status(options?: GitStatusOptions): Promise<StatusEntry[]>;
243 /** Stage paths into the index. */

Callers 13

network.test.tsFile · 0.65
initFunction · 0.65
initFunction · 0.65
initFunction · 0.65
initFunction · 0.65
cli.test.tsFile · 0.65
initFunction · 0.65
initFunction · 0.65
initFunction · 0.65
clone.test.tsFile · 0.65
initFunction · 0.65
runInitFunction · 0.65

Calls

no outgoing calls

Tested by 8

initFunction · 0.52
initFunction · 0.52
initFunction · 0.52
initFunction · 0.52
initFunction · 0.52
initFunction · 0.52
initFunction · 0.52
initFunction · 0.52