Commit 7c2ed4b
authored
Improve documentation and clarity in fetch pipeline
While exploring the fetch pipeline in ScanCode.io for GSoC 2026,
I reviewed the data fetching logic and identified areas where
documentation and clarity could be improved.
This PR:
- Enhances docstrings for key functions
- Improves inline comments for better readability
These improvements help in understanding how external data
is fetched and processed, especially in context of the
advisory-based migration in VulnerableCode.
Signed-off-by: Sujay Barui <sujaybarui4679@gmail.com>1 parent dce8dbd commit 7c2ed4b
1 file changed
Lines changed: 23 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
67 | 75 | | |
68 | 76 | | |
69 | 77 | | |
| |||
81 | 89 | | |
82 | 90 | | |
83 | 91 | | |
84 | | - | |
85 | | - | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
86 | 101 | | |
87 | 102 | | |
88 | 103 | | |
89 | 104 | | |
90 | 105 | | |
91 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
92 | 109 | | |
93 | 110 | | |
94 | 111 | | |
| |||
397 | 414 | | |
398 | 415 | | |
399 | 416 | | |
400 | | - | |
| 417 | + | |
| 418 | + | |
401 | 419 | | |
402 | 420 | | |
403 | 421 | | |
| |||
0 commit comments