MCPcopy Create free account
hub / github.com/bayson/autojs / addUI

Function addUI

addUI.js:3–3  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

1const fs = require('fs');
2
3function addUI(options) {}
4addUI.prototype.apply = function (compiler) {
5 compiler.plugin('emit', function (compilation, callback) {
6 fs.readFile(__dirname + "/src/index.js", 'utf8', (err, data) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected