We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CdlService.getImplementation
1 parent c3d6d1c commit a8ec6ecCopy full SHA for a8ec6ec
javascript/frameworks/cap/lib/advanced_security/javascript/frameworks/cap/CDS.qll
@@ -442,13 +442,7 @@ abstract class UserDefinedApplicationService extends UserDefinedService {
442
/**
443
* Gets the CDS definition of this service.
444
*/
445
- CdlService getCdsDeclaration() {
446
- exists(CdsFile cdsFile |
447
- cdsFile.getStem() = this.getFile().getStem() + ".cds" and
448
- cdsFile.getParentContainer() = this.getFile().getParentContainer() and
449
- result.getFile() = cdsFile
450
- )
451
- }
+ CdlService getCdsDeclaration() { result.getImplementation() = this }
452
453
454
* Gets the name of this service.
0 commit comments