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

Method stashList

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

List stash entries, newest first.

(options?: BaseWorktreeOptions)

Source from the content-addressed store, hash-verified

302 stashPush(options?: StashPushOptions): Promise<void>;
303 /** List stash entries, newest first. */
304 stashList(options?: BaseWorktreeOptions): Promise<string[]>;
305 /** Restore the latest stash entry. */
306 stashPop(options?: StashPopOptions): Promise<void>;
307 /** Unstage paths or hard-reset tracked files to a ref. */

Callers 2

stashListFunction · 0.80
runStashFunction · 0.80

Calls

no outgoing calls

Tested by 1

stashListFunction · 0.64