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

Function compareArray

src/lib/compare/compare.ts:128–130  ·  view source on GitHub ↗
(lvals: string[], rvals: string[])

Source from the content-addressed store, hash-verified

126}
127
128function compareArray(lvals: string[], rvals: string[]) {
129 return arrayDiff(lvals, rvals, { maxEditLength: MaxEditLength });
130}
131
132function splitKeys(
133 lkeys: string[],

Callers 2

diffArrayFunction · 0.85
compare.tsFile · 0.85

Calls 1

arrayDiffFunction · 0.90

Tested by

no test coverage detected