Maryam Ebrahimzadeh

Results 2 comments of Maryam Ebrahimzadeh

You can use this link, https://www.mattcutts.com/blog/how-to-install-a-chrome-extension-from-github/

Hi, I used an if condition based on function name like below: ``` bool runOnFunction(Function &F) { if (F.getName() == "xxx"){ //do things } } ``` but The pass did...