↓ 26 callersFunctionapplyRule(
rule: RenameRule,
name: string,
_ext: string,
index: number,
context: RuleContext,
precomputedSeqValue
src/lib/rename/rules.ts:496
↓ 13 callersFunctioncreateMockFile(
id: string,
name: string,
baseName: string,
extension: string,
options: Partial<FileEntry> = {},
)
tests/unit/rules.test.ts:14
↓ 6 callersFunctionapplyRuleWithSeqData(
rule: RenameRule,
currentName: string,
ext: string,
globalIndex: number,
fileId: string,
context
src/lib/rename/rules.ts:550
↓ 1 callersFunctionapplySequence(
name: string,
c: SequenceConfig,
index: number,
context: RuleContext,
precomputedSeqValue?: string,
)
src/lib/rename/rules.ts:310