Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codechenx/FastTableViewer
/ candidateScore
Struct
candidateScore
sepDector.go:81–85 ·
view source on GitHub ↗
Score each candidate
Source
from the content-addressed store, hash-verified
79
80
// Score each candidate
81
type
candidateScore
struct
{
82
sep rune
83
score int
84
count int
85
}
86
87
var
scored []candidateScore
88
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected