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

Method ID

sockjsclient/sockjsclient.go:193–195  ·  view source on GitHub ↗

ID returns a session id.

()

Source from the content-addressed store, hash-verified

191
192// ID returns a session id.
193func (w *WebsocketSession) ID() string {
194 return w.id
195}
196
197// Recv reads one text frame from session.
198func (w *WebsocketSession) Recv() (string, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected