MCPcopy Create free account
hub / github.com/SAP/ui5-project / _getResolvedModules

Method _getResolvedModules

lib/graph/Workspace.js:122–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

120 }
121
122 _getResolvedModules() {
123 if (this._pResolvedModules) {
124 return this._pResolvedModules;
125 }
126
127 return this._pResolvedModules = this._resolveModules();
128 }
129
130 async _resolveModules() {
131 await this._validateConfig();

Callers 4

getModulesMethod · 0.95
getModuleByNodeIdMethod · 0.95
Workspace.jsFile · 0.80

Calls 1

_resolveModulesMethod · 0.95

Tested by

no test coverage detected