Skip to content

Commit 97c1692

Browse files
committed
implement getPolarity and forward to inner StartsWith
1 parent 26fd17b commit 97c1692

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

javascript/ql/src/semmle/javascript/StringOps.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ module StringOps {
8686
result = this.getArgument(arg)
8787
)
8888
}
89+
90+
override boolean getPolarity() { result = inner.getPolarity() }
8991
}
9092

9193
/**

0 commit comments

Comments
 (0)