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

Method openApp

src/scripts/index.js:11–18  ·  view source on GitHub ↗
(app, options = {})

Source from the content-addressed store, hash-verified

9 this.steps = [];
10 }
11 openApp(app, options = {}){
12 this.steps.push({
13 app,
14 options,
15 onCompleteDelay: options.onCompleteDelay
16 });
17 return this;
18 }
19 write(codeSample, { onCompleteDelay, ...options } = {}){
20 this.steps.push({
21 app: 'editor',

Callers 1

index.test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected