Update docs/codeql/codeql-language-guides/functions-in-cpp.rst

This commit is contained in:
Felicity Chapman
2022-11-28 12:41:26 +00:00
committed by Arthur Baars
parent 8ec06d45e0
commit 85961f5dce

View File

@@ -60,7 +60,7 @@ This query returns fewer results. However, if you examine the results then you c
For example, there is a more complicated standard query, `Unused static function <https://codeql.github.com/codeql-query-help/cpp/cpp-unused-static-function/>`__, that finds unused static functions.
You can explore the definition of an element in the standard libraries and see what predicates are available. Highlight the element, right-click to display the context menu, and click **Go to Definition**. The library file is opened in a new tab with the definition of the element highlighted.
You can explore the definition of an element in the standard libraries and see what predicates are available. Right-click the element to display the context menu, and click **Go to Definition**. The library file is opened in a new tab with the definition of the element highlighted.
Finding a specific function
---------------------------