Skip to content

FileMatch

A file that was matched during a code search.

type FileMatch {
repo: Repository!
lang: String!
name: String!
lines: [LineMatch!]!
score: Float!
}

Repository in which the file was found

Detected source language

Name of matched file

Matching lines from this file

Ranking score. Higher is better.

CodeSearchCursor object