Skip to content

Commit 43c2d58

Browse files
committed
feat(Web): Enhance App Service and Slot properties with new methods and ExtendedLocation class
1 parent 261ec15 commit 43c2d58

File tree

2 files changed

+454
-189
lines changed

2 files changed

+454
-189
lines changed

ql/lib/codeql/bicep/ast/Literals.qll

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ class Boolean extends Literals instanceof BooleanImpl {
7474
result = false
7575
)
7676
}
77+
78+
boolean getValue() {
79+
result = this.getBool()
80+
}
7781
}
7882

7983
/**

0 commit comments

Comments
 (0)