MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / newSession

Method newSession

rpc/mux/pool.go:131–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

129}
130
131func (s *Session) newSession() (sess *mux.Session, err error) {
132 return newSession(s.target, false)
133}
134
135func (p *SessionPool) getSession(id proto.NodeID) (sess *Session, loaded bool) {
136 // NO Blocking operation in this function

Callers 1

GetMethod · 0.95

Calls 1

newSessionFunction · 0.85

Tested by

no test coverage detected