readWorkingTreeFile
function readWorkingTreeFile(params): string | null;Defined in: src/ci/changedFiles.ts:124
Reads a file from the working tree, or null if it doesn’t exist (e.g. a deleted file at HEAD).
Parameters
Section titled “Parameters”params
Section titled “params”string
string
Returns
Section titled “Returns”string | null