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

Function onModule

src/commands/modules.js:75–77  ·  view source on GitHub ↗
(app, module)

Source from the content-addressed store, hash-verified

73 .nodeify(cb);
74
75 function onModule(app, module) {
76 return (argv['list-versions'] ? listVersions : describeVersion)(app, module);
77 }
78
79 function listVersions(app, module) {
80 return Module.getVersions(module.path)

Callers 1

modules.jsFile · 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…