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