MCPcopy
hub / github.com/loggerhead/json4u / eq

Method eq

src/lib/compare/histogram.ts:75–77  ·  view source on GitHub ↗
(aIdx: number, bIdx: number)

Source from the content-addressed store, hash-verified

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.

Callers 5

longestSubstringMethod · 0.95
getActiveOrderFunction · 0.80
getMethod · 0.80
setMethod · 0.80
updateOrderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected