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).

row_created_at

date
Timestamp when the record was created.

row_updated_at

date
Timestamp when the record was last updated.