Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ajitpratap0/GoSQLX
/ BenchmarkLevenshteinDistance
Function
BenchmarkLevenshteinDistance
pkg/errors/hints_test.go:215–220 ·
view source on GitHub ↗
(b *testing.B)
Source
from the content-addressed store, hash-verified
213
}
214
215
func
BenchmarkLevenshteinDistance(b *testing.B) {
216
b.ResetTimer()
217
for
i := 0; i < b.N; i++ {
218
_ = levenshteinDistance(
"FORM"
,
"FROM"
)
219
}
220
}
Callers
nothing calls this directly
Calls
1
levenshteinDistance
Function · 0.85
Tested by
no test coverage detected