MCPcopy
hub / github.com/gotify/server / UnreadableReader

Function UnreadableReader

test/asserts.go:37–39  ·  view source on GitHub ↗

UnreadableReader returns an unreadable reader, used to mock IO issues.

()

Source from the content-addressed store, hash-verified

35
36// UnreadableReader returns an unreadable reader, used to mock IO issues.
37func UnreadableReader() io.Reader {
38 return unreadableReader{}
39}

Callers 3

Test_UnreaableReaderFunction · 0.92

Calls

no outgoing calls

Tested by 3

Test_UnreaableReaderFunction · 0.74

Used in the wild real call sites across dependent graphs

searching dependent graphs…