ai_code_commit_file_lines
Line-level AI code detection and similarity metrics for each file in a commit.
-
id
Primary key - Unique identifier for the row.
-
ai_code_commit_file_id
Foreign key - ID of the associated AI code commit file.
-
detection_line
number - Line number where AI code was detected.
-
commit_line
number - Line number in the commit where the code appears.
-
similarity
number - Similarity score between detected and committed code (0.00-100.00).
-
detection_code
string - The AI-generated code that was detected.
-
commit_code
string - The actual code in the commit.
-
created_at
date - Timestamp when the record was created.
-
updated_at
date - Timestamp when the record was last updated.