Skip to content

build graph from codebase #7

Open
@rekino

Description

@rekino

a graph of nodes and edges with definition:

Node:

  • function name: str
  • namespace: str
  • definition: str

Edge:

  • line number: int
  • arguments: list[str]
  • returns: list[str]

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions