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

Function remoteList

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

Source from the content-addressed store, hash-verified

615 });
616 },
617 async remoteList(options = {}) {
618 return remoteListWith({
619 ...options,
620 fs: await fs(),
621 git: await loadGit<IsomorphicGitNetworkClient>(),
622 });
623 },
624 async hashObject(options) {
625 return hashObjectWith({
626 ...options,

Callers

nothing calls this directly

Calls 2

remoteListWithFunction · 0.85
fsFunction · 0.70

Tested by

no test coverage detected