MCPcopy Create free account
hub / github.com/koding/kite / fakeReader

Struct fakeReader

sockjsclient/xhr_test.go:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type fakeReader struct {
14 err error
15 p chan []byte
16}
17
18func (fk *fakeReader) Read(p []byte) (int, error) {
19 q, ok := <-fk.p

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected