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

Function init

packages/computer/src/git/index.ts:427–433  ·  view source on GitHub ↗
(options = {})

Source from the content-addressed store, hash-verified

425 });
426 },
427 async init(options = {}) {
428 await initWith({
429 ...options,
430 fs: await fs(),
431 git: await loadGit<IsomorphicGitInitClient>(),
432 });
433 },
434 async status(options = {}) {
435 return statusWith({
436 ...options,

Callers

nothing calls this directly

Calls 2

initWithFunction · 0.85
fsFunction · 0.70

Tested by

no test coverage detected