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

Method loadScripts

js/module.js:270–272  ·  view source on GitHub ↗

* Load all required scripts by requesting the MM object to load the files. * @returns {Promise }

()

Source from the content-addressed store, hash-verified

268 * @returns {Promise<void>}
269 */
270 loadScripts () {
271 return this.loadDependencies("getScripts");
272 }
273
274 /**
275 * Helper method to load all dependencies.

Callers 1

bootstrapModuleFunction · 0.80

Calls 1

loadDependenciesMethod · 0.95

Tested by

no test coverage detected