MCPcopy Create free account
hub / github.com/Soft/iter / TestToString

Function TestToString

iterator_test.go:291–297  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

289}
290
291func TestToString(t *testing.T) {
292 equals(
293 t,
294 ToString(String("Hello")),
295 "Hello",
296 )
297}

Callers

nothing calls this directly

Calls 3

equalsFunction · 0.85
ToStringFunction · 0.85
StringFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…