Skip to content

Commit f55d868

Browse files
Copilotdata-douser
andauthored
[UPDATE PRIMITIVE] Consistent CallGraphFrom/CallGraphTo naming in all language docs (#80)
* Initial plan * Use CallGraphFrom and CallGraphTo naming consistently in all docs (no spaces) Co-authored-by: data-douser <70299490+data-douser@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: data-douser <70299490+data-douser@users.noreply.github.com>
1 parent c138faf commit f55d868

16 files changed

Lines changed: 16 additions & 16 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Call Graph From for C++
1+
# CallGraphFrom for C++
22

33
Displays calls made from a specified function, showing the call graph outbound from the source function.
44

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Call Graph To for C++
1+
# CallGraphTo for C++
22

33
Displays calls made to a specified function, showing the call graph inbound to the target function.
44

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Call Graph From for `csharp` Source Files
1+
# CallGraphFrom for `csharp` Source Files
22

33
Displays calls made from a specified method, showing the call graph outbound from the source method.
44

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Call Graph To for `csharp` Source Files
1+
# CallGraphTo for `csharp` Source Files
22

33
Displays calls made to a specified method, showing the call graph inbound to the target method.
44

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Call Graph From for Go
1+
# CallGraphFrom for Go
22

33
Displays calls made from a specified function, showing the call graph outbound from the source function.
44

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Call Graph To for Go
1+
# CallGraphTo for Go
22

33
Displays calls made to a specified function, showing the call graph inbound to the target function.
44

server/ql/java/tools/src/CallGraphFrom/CallGraphFrom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Call Graph From for Java
1+
# CallGraphFrom for Java
22

33
Displays calls made from a specified method, showing the call graph outbound from the source method.
44

server/ql/java/tools/src/CallGraphTo/CallGraphTo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Call Graph To for Java
1+
# CallGraphTo for Java
22

33
Displays calls made to a specified method, showing the call graph inbound to the target method.
44

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Call Graph From for JavaScript
1+
# CallGraphFrom for JavaScript
22

33
Displays calls made from a specified function, showing the call graph outbound from the source function.
44

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Call Graph To for JavaScript
1+
# CallGraphTo for JavaScript
22

33
Displays calls made to a specified function, showing the call graph inbound to the target function.
44

0 commit comments

Comments
 (0)