Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cornelk/hashmap
/ TestNew
Function
TestNew
hashmap_test.go:16–20 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
14
)
15
16
func
TestNew(t *testing.T) {
17
t.Parallel()
18
m := New[uintptr, uintptr]()
19
assert.Equal(t, 0, m.Len())
20
}
21
22
func
TestSetString(t *testing.T) {
23
t.Parallel()
Callers
nothing calls this directly
Calls
3
Equal
Function · 0.92
New
Function · 0.85
Len
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…