Skip to content

Commit

Permalink
Bullet points in docs of shortcut API (#1544)
Browse files Browse the repository at this point in the history
  • Loading branch information
KuechA authored Apr 23, 2024
1 parent a40d6b0 commit c34f03e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/docs/GettingStarted/shortcuts.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ We provide the following shortcuts to gain a quick overview of relevant types of
nodes:

Starting from node `n`...

* ...get all function/method calls with `n.calls`
* ...get all member calls (i.e., calls which are called on an object or class)
with `n.mcalls`
Expand All @@ -45,6 +46,7 @@ Starting from node `n`...

The lists you get here can be quite long and it's a good idea to filter them. To
do so, we provide different operators:

* To retrieve a single element, you can use the `[]` (get) operator and specify
your criterion inside the brackets.
* To retrieve a single element and get an exception if there are multiple
Expand Down

0 comments on commit c34f03e

Please sign in to comment.