Skip to content

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).

string

string

string | null