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

Function stashList

packages/computer/src/git/cli.test.ts:333–336  ·  view source on GitHub ↗
(options = {})

Source from the content-addressed store, hash-verified

331 calls.stashPush.push(options);
332 },
333 async stashList(options = {}) {
334 calls.stashList.push(options);
335 return fakes.stashList?.() ?? [];
336 },
337 async stashPop(options = {}) {
338 calls.stashPop.push(options);
339 },

Callers

nothing calls this directly

Calls 2

stashListMethod · 0.80
pushMethod · 0.65

Tested by

no test coverage detected