(aIdx: number, bIdx: number)
| 73 | } |
| 74 | |
| 75 | eq(aIdx: number, bIdx: number) { |
| 76 | return this.aa[aIdx].trim() === this.bb[bIdx].trim(); |
| 77 | } |
| 78 | |
| 79 | /** longestSubstring finds the longest matching region in the given area of the inputs A and B. |
| 80 | * @param aStart - The starting line of the left text. |
no outgoing calls
no test coverage detected