Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gotify/server
/ Test_UnreaableReader
Function
Test_UnreaableReader
test/asserts_test.go:45–48 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
43
}
44
45
func
Test_UnreaableReader(t *testing.T) {
46
_, err := io.ReadAll(test.UnreadableReader())
47
assert.Error(t, err)
48
}
Callers
nothing calls this directly
Calls
2
UnreadableReader
Function · 0.92
Error
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…