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

Method isConditionalDependency

lib/lbt/resources/ModuleInfo.js:175–177  ·  view source on GitHub ↗
(dependency)

Source from the content-addressed store, hash-verified

173 }
174
175 isConditionalDependency(dependency) {
176 return this._dependencies[dependency] === CONDITIONAL;
177 }
178
179 isImplicitDependency(dependency) {
180 return this._dependencies[dependency] === IMPLICIT;

Callers 9

runMethod · 0.80
checkAndAddResourceMethod · 0.80
writeDepCacheMethod · 0.80
visitNodeFunction · 0.80
createDependencyGraphFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected