Skip to content

Commit 706a143

Browse files
committed
Add justfile and docs/call_graph.svg.
1 parent ba80031 commit 706a143

File tree

2 files changed

+298
-0
lines changed

2 files changed

+298
-0
lines changed

docs/call_graph.svg

+295
Loading

justfile

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Generate the static call graph
2+
gen_call_graph:
3+
callGraph -language sh -ignore '(log|error)' -start main git-group-cloner --output docs/call_graph.svg

0 commit comments

Comments
 (0)