MCPcopy Index your code
hub / github.com/koding/kite / getSession

Method getSession

client.go:888–893  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

886}
887
888func (c *Client) getSession() sockjs.Session {
889 c.m.RLock()
890 defer c.m.RUnlock()
891
892 return c.session
893}
894
895func (c *Client) setSession(session sockjs.Session) {
896 c.testHookSetSession(session)

Callers 5

RemoteAddrMethod · 0.95
receiveDataMethod · 0.95
CloseMethod · 0.95
sendHubMethod · 0.95
marshalAndSendMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected