unoplat / unoplat-code-confluence

The goal is to understand the codebase/s to form a pluggable knowledge Graph and become the unified code context provider
https://unoplat.github.io/unoplat-code-confluence/
GNU Affero General Public License v3.0
26 stars 4 forks source link

Feat: enable function call linkage with content #108

Open JayGhiya opened 2 months ago

JayGhiya commented 2 months ago

Right now function call are linked as metadata in function metadata to enrich the function comprehension. But it should be done in dfs fashion by going to last function call which does not have any function call and then it should be worked backwards. we already do this for subpackages which helps root package summary a lot.