Record
diff-entry
No description available.
record diff-entry {
additions: s32,
blob-url: string,
changes: s32,
contents-url: string,
deletions: s32,
filename: string,
patch: option<string>,
previous-filename: option<string>,
raw-url: string,
sha: string,
status: diff-entry-status-enum,
}Fields
| Name | Type | Description |
|---|---|---|
| additions | s32 | |
| blob-url | string | |
| changes | s32 | |
| contents-url | string | |
| deletions | s32 | |
| filename | string | |
| patch | option<string> | |
| previous-filename | option<string> | |
| raw-url | string | |
| sha | string | |
| status | diff-entry-status-enum |