MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode /

Class

src/plugins/terminal/www/Executor.js:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9const exec = require('cordova/exec');
10
11class Executor {
12 constructor(BackgroundExecutor = false) {
13 this.ExecutorType = BackgroundExecutor ? "BackgroundExecutor" : "Executor";
14 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected