readFileAtGitRef
function readFileAtGitRef(params): string | null;Defined in: src/ci/changedFiles.ts:106
Reads a file’s content at a git ref via git show, or null if it doesn’t exist there.
Parameters
Section titled “Parameters”params
Section titled “params”string
string
string
Returns
Section titled “Returns”string | null