MCPcopy Create free account
hub / github.com/play-co/devkit / getBuildModule

Function getBuildModule

src/commands/debug.js:120–129  ·  view source on GitHub ↗
(app, target)

Source from the content-addressed store, hash-verified

118}
119
120function getBuildModule(app, target) {
121 var modules = app.getModules();
122 for (var moduleName in modules) {
123 var module = modules[moduleName];
124 var buildModule = module.loadBuildTarget(target);
125 if (buildModule) {
126 return buildModule;
127 }
128 }
129}
130
131module.exports = DebugCommand;

Callers 1

getHelpFunction · 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…