Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/benbjohnson/immutable
/ Uint
TypeAlias
Uint
immutable_test.go:2126–2126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2124
t.Run(
"int"
,
func
(t *testing.T) { testNewHasher(t, Int(100)) })
2125
2126
type
Uint uint
2127
t.Run(
"uint"
,
func
(t *testing.T) { testNewHasher(t, Uint(100)) })
2128
2129
type
String string
Callers
2
TestNewHasher
Function · 0.85
TestNewComparer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected