Interface: SnippetHashResult
Defined in: packages/uimatch-selector-anchors/src/hashing/snippet-hash.ts:127
Result of snippet hash generation
Properties
endLine
endLine: number;
Defined in: packages/uimatch-selector-anchors/src/hashing/snippet-hash.ts:146
End line number of the snippet (1-indexed)
hash
hash: string;
Defined in: packages/uimatch-selector-anchors/src/hashing/snippet-hash.ts:131
Hash of the snippet (e.g., "sha1:7a2c...")
snippet
snippet: string;
Defined in: packages/uimatch-selector-anchors/src/hashing/snippet-hash.ts:136
The actual snippet text that was hashed
startLine
startLine: number;
Defined in: packages/uimatch-selector-anchors/src/hashing/snippet-hash.ts:141
Start line number of the snippet (1-indexed)