Skip to content

Commit

Permalink
Any message here - why not step 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ronakjain90 committed May 7, 2020
1 parent 4ac544d commit cd44219
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
4 changes: 4 additions & 0 deletions 3_function_definitions.ql
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
import cpp

from Function f
where f.getName() = "strlen"
select f, "a function named strlen"

2 comments on commit cd44219

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 query changed between 4ac544d and cd44219 after push to refs/heads/master:

  • 3_function_definitions.ql

Results for 3_function_definitions.ql: correct (3 results)

@github-learning-lab
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congratulations, looks like the query you introduced for step 3 finds the correct results!

Merge this Pull Request (unless you're on master), and take a look at the instructions for the next step to continue.

Please sign in to comment.