Skip to content

Commit d9eb58a

Browse files
committed
Update PrintCFG.md docs with common NOTE
1 parent 434fd1f commit d9eb58a

File tree

8 files changed

+16
-0
lines changed

8 files changed

+16
-0
lines changed

server/ql/actions/tools/src/PrintCFG/PrintCFG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Produces a representation of a file's Control Flow Graph (CFG) for GitHub Actions workflows and composite actions.
44

5+
_NOTE:_ `PrintCFG` query runs may produce extremely verbose query results, even for a small (test) codebase, because the CFG includes many nodes and edges to represent relationships within the standard library.
6+
57
## Overview
68

79
The Control Flow Graph represents the order in which steps and jobs are executed in a GitHub Actions workflow. Each node in the graph represents a control-flow element (job, step, or action component), and edges represent possible execution paths between them.

server/ql/cpp/tools/src/PrintCFG/PrintCFG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Produces a representation of a file's Control Flow Graph (CFG) for specified source files.
44

5+
_NOTE:_ `PrintCFG` query runs may produce extremely verbose query results, even for a small (test) codebase, because the CFG includes many nodes and edges to represent relationships within the standard library.
6+
57
## Overview
68

79
The Control Flow Graph represents the order in which statements and expressions are executed in a program. Each node in the graph represents a control-flow element (statement or expression), and edges represent possible execution paths between them.

server/ql/csharp/tools/src/PrintCFG/PrintCFG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Produces a representation of a file's Control Flow Graph (CFG) for specified source files.
44

5+
_NOTE:_ `PrintCFG` query runs may produce extremely verbose query results, even for a small (test) codebase, because the CFG includes many nodes and edges to represent relationships within the standard library.
6+
57
## Overview
68

79
The Control Flow Graph represents the order in which statements and expressions are executed in a program. Each node in the graph represents a control-flow element (statement or expression), and edges represent possible execution paths between them.

server/ql/go/tools/src/PrintCFG/PrintCFG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Produces a representation of a file's Control Flow Graph (CFG) for specified source files.
44

5+
_NOTE:_ `PrintCFG` query runs may produce extremely verbose query results, even for a small (test) codebase, because the CFG includes many nodes and edges to represent relationships within the standard library.
6+
57
## Overview
68

79
The Control Flow Graph represents the order in which statements and expressions are executed in a program. Each node in the graph represents a control-flow element (statement or expression), and edges represent possible execution paths between them.

server/ql/javascript/tools/src/PrintCFG/PrintCFG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Produces a representation of a file's Control Flow Graph (CFG) for specified source files.
44

5+
_NOTE:_ `PrintCFG` query runs may produce extremely verbose query results, even for a small (test) codebase, because the CFG includes many nodes and edges to represent relationships within the standard library.
6+
57
## Overview
68

79
The Control Flow Graph represents the order in which statements and expressions are executed in a program. Each node in the graph represents a control-flow element (statement or expression), and edges represent possible execution paths between them.

server/ql/python/tools/src/PrintCFG/PrintCFG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Produces a representation of a file's Control Flow Graph (CFG) for specified source files.
44

5+
_NOTE:_ `PrintCFG` query runs may produce extremely verbose query results, even for a small (test) codebase, because the CFG includes many nodes and edges to represent relationships within the standard library.
6+
57
## Overview
68

79
The Control Flow Graph represents the order in which statements and expressions are executed in a program. Each node in the graph represents a control-flow element (statement or expression), and edges represent possible execution paths between them.

server/ql/ruby/tools/src/PrintCFG/PrintCFG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Produces a representation of a file's Control Flow Graph (CFG) for specified source files.
44

5+
_NOTE:_ `PrintCFG` query runs may produce extremely verbose query results, even for a small (test) codebase, because the CFG includes many nodes and edges to represent relationships within the standard library.
6+
57
## Overview
68

79
The Control Flow Graph represents the order in which statements and expressions are executed in a program. Each node in the graph represents a control-flow element (statement or expression), and edges represent possible execution paths between them.

server/ql/swift/tools/src/PrintCFG/PrintCFG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Produces a representation of a file's Control Flow Graph (CFG) for specified source files.
44

5+
_NOTE:_ `PrintCFG` query runs may produce extremely verbose query results, even for a small (test) codebase, because the CFG includes many nodes and edges to represent relationships within the standard library.
6+
57
## Overview
68

79
The Control Flow Graph represents the order in which statements and expressions are executed in a program. Each node in the graph represents a control-flow element (statement or expression), and edges represent possible execution paths between them.

0 commit comments

Comments
 (0)