Record
code-search-result-item
No description available.
record code-search-result-item {
file-size: option<s32>,
git-url: string,
html-url: string,
language: option<string>,
last-modified-at: option<string>,
line-numbers: option<list<string>>,
name: string,
path: string,
repository: minimal-repository,
score: f64,
sha: string,
text-matches: option<result-text-matches>,
url: string,
}Fields
| Name | Type | Description |
|---|---|---|
| file-size | option<s32> | |
| git-url | string | |
| html-url | string | |
| language | option<string> | |
| last-modified-at | option<string> | |
| line-numbers | option<list<string>> | |
| name | string | |
| path | string | |
| repository | minimal-repository | |
| score | f64 | |
| sha | string | |
| text-matches | option<result-text-matches> | |
| url | string |