pub fn code_edges_schema() -> SchemaExpand description
Schema for the CodeEdges table.
Columns:
source_id: source CodeNode IDtarget_id: target CodeNode IDpredicate: relationship type (dictionary-encoded string)weight: optional edge weight (call frequency, inheritance depth, etc.)commit_id: which commit introduced this edge