Record
code-search-result
No description available.
record code-search-result {
content-match-count: option<s64>,
content-matches: option<list<content-match>>,
file: option<commit-file>,
path-matches: option<list<segment>>,
type-op: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| content-match-count | option<s64> | |
| content-matches | option<list<content-match>> | |
| file | option<commit-file> | |
| path-matches | option<list<segment>> | |
| type-op | option<string> |