Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/Go
/ TestCount
Function
TestCount
sort/sorts_test.go:141–143 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
139
}
140
141
func
TestCount(t *testing.T) {
142
testFramework(t, sort.Count[int])
143
}
144
145
func
TestQuick(t *testing.T) {
146
testFramework(t, sort.Quicksort[int])
Callers
nothing calls this directly
Calls
1
testFramework
Function · 0.85
Tested by
no test coverage detected