MCPcopy Create free account
hub / github.com/devaccuracy/ledgerforge / partialMatch

Method partialMatch

reconciliation.go:1345–1363  ·  view source on GitHub ↗

partialMatch compares two strings and checks if they match within a certain allowable drift, using Levenshtein distance. Parameters: - str1, str2: The strings to compare. - allowableDrift: The allowable difference between the two strings (as a percentage). Returns true if the strings match within th

(str1, str2 string, allowableDrift float64)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

matchesStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected