mirror of
https://github.com/abhigyanpatwari/GitNexus.git
synced 2026-09-21 00:21:30 +00:00
Finding 1: K&R empty parameter list `int foo()` now returns unknown arity `{}`
instead of `{parameterCount:0}`. Distinguishes from explicit `int foo(void)`.
3 unit tests cover K&R definition, prototype, and void comparison.
Finding 2: Added code comment documenting function-pointer-variable call
capture as known architectural trade-off (same as Go resolver).
Finding 3: Added code comment documenting prototype/definition duplication
as graph-quality concern (no false CALLS edges).
Finding 4: Renamed `_filePath` → `filePath` in captures.ts since it is
actively used in markStaticName().
Agent-Logs-Url: https://github.com/abhigyanpatwari/GitNexus/sessions/ab2164f7-972f-4ea8-81fa-a14ce20d7cce
Co-authored-by: magyargergo <11230420+magyargergo@users.noreply.github.com>
|
||
|---|---|---|
| .. | ||
| fixtures | ||
| helpers | ||
| integration | ||
| unit | ||
| utils | ||