Function: isCurrentInstructionFile()
function isCurrentInstructionFile(
entry: ActiveInstructionFile,
currentFilePath: string
): boolean;
Defined in: _internal/agents-instructions.ts:141
Determine whether an instruction-chain entry is the current lint target.
Parametersâ
| Parameter | Type |
|---|---|
entry | ActiveInstructionFile |
currentFilePath | string |
Returnsâ
boolean