You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: internal/callgraph/language/golang/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,4 +19,4 @@ debricked scan .
19
19
The callgraph generation depends only on internal functionality in the Go standard library, for more information about this and the implementation see:
As always, callgraph cannot be expected to include all possible calls in your program and not all included calls are guaranteed to be reachable.
22
+
As is ususal with callgraph generation, the resulting callgraph cannot be expected to include all possible calls in your program and not all included calls are guaranteed to be reachable/correct.
0 commit comments