Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Soft/iter
/ TestString
Function
TestString
iterator_test.go:280–289 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
278
}
279
280
func
TestString(t *testing.T) {
281
equals(
282
t,
283
Equal(
284
String(
"Hello"
),
285
Slice([]rune{
'H'
,
'e'
,
'l'
,
'l'
,
'o'
}),
286
),
287
true,
288
)
289
}
290
291
func
TestToString(t *testing.T) {
292
equals(
Callers
nothing calls this directly
Calls
4
equals
Function · 0.85
Equal
Function · 0.85
String
Function · 0.85
Slice
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…