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

Struct SessionReadWriteCloser

tunnelproxy/tunnel.go:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62type SessionReadWriteCloser struct {
63 session sockjs.Session
64}
65
66func (s SessionReadWriteCloser) Read(b []byte) (int, error) {
67 str, err := s.session.Recv()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected