MCPcopy
hub / github.com/glorious-codes/glorious-demo / end

Method end

src/scripts/index.js:52–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50 return this;
51 }
52 end(){
53 return new Promise(resolve => {
54 const { container, steps } = this;
55 awaitContainerAppearsAboveTheFoldToPlay(container, steps, resolve);
56 });
57 }
58}
59
60function awaitContainerAppearsAboveTheFoldToPlay(container, steps, resolve){

Callers 1

index.test.jsFile · 0.80

Tested by

no test coverage detected