Skip to main content

code_edges_schema

Function code_edges_schema 

Source
pub fn code_edges_schema() -> Schema
Expand description

Schema for the CodeEdges table.

Columns:

  • source_id: source CodeNode ID
  • target_id: target CodeNode ID
  • predicate: relationship type (dictionary-encoded string)
  • weight: optional edge weight (call frequency, inheritance depth, etc.)
  • commit_id: which commit introduced this edge