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

Method remoteList

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

List configured remotes.

(options?: GitRemoteListOptions)

Source from the content-addressed store, hash-verified

288 remoteRemove(options: GitRemoteRemoveOptions): Promise<void>;
289 /** List configured remotes. */
290 remoteList(options?: GitRemoteListOptions): Promise<RemoteView[]>;
291 /** Hash bytes as a blob; optionally write into the object store. */
292 hashObject(options: GitHashObjectOptions): Promise<string>;
293 /** Read raw bytes for an object by oid. */

Callers 2

remoteListFunction · 0.80
runRemoteFunction · 0.80

Calls

no outgoing calls

Tested by 1

remoteListFunction · 0.64