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

Method setSession

client.go:895–901  ·  view source on GitHub ↗
(session sockjs.Session)

Source from the content-addressed store, hash-verified

893}
894
895func (c *Client) setSession(session sockjs.Session) {
896 c.testHookSetSession(session)
897
898 c.m.Lock()
899 c.session = session
900 c.m.Unlock()
901}
902
903// Used to remove callbacks after error occurs in send().
904func (c *Client) removeCallbacks(callbacks map[string]dnode.Path) {

Callers 2

sockjsHandlerMethod · 0.95
dialMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected