MCPcopy Index your code
hub / github.com/MagicMirrorOrg/MagicMirror / setName

Method setName

js/node_helper.js:60–62  ·  view source on GitHub ↗

* Set the module name. * @param {string} name Module name.

(name)

Source from the content-addressed store, hash-verified

58 * @param {string} name Module name.
59 */
60 setName (name) {
61 this.name = name;
62 }
63
64 /**
65 * Set the module path.

Callers 1

loadModuleFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected