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