MCPcopy Create free account
hub / github.com/SAP/ui5-builder / toString

Method toString

lib/lbt/resources/ModuleInfo.js:217–223  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

215 }
216
217 toString() {
218 return "ModuleInfo(" +
219 this.name +
220 ", dependencies=" + this.dependencies +
221 ", includes=" + this.subModules +
222 ")";
223 }
224}
225
226// expose format enum

Callers 15

signByHashFunction · 0.45
processResourceFunction · 0.45
getSourceMapFromUrlFunction · 0.45
sectionVersionFunction · 0.45
createManifestFunction · 0.45
manifestCreator.jsFile · 0.45
convertValueWithRawFunction · 0.45
toRawFunction · 0.45
stringMethod · 0.45
analyzeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected