MCPcopy
hub / github.com/streamich/git-cz / getResult

Function getResult

test/testUtils.js:18–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 ]);
17
18 const getResult = async () => {
19 const {stdout} = await promise;
20
21 return stdout;
22 };
23
24 const delay = () => new Promise((resolve) => setTimeout(resolve, 500));
25

Callers 1

cli.test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…