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

Function GetSessionPoolInstance

rpc/mux/pool.go:53–55  ·  view source on GitHub ↗

GetSessionPoolInstance return default SessionPool instance with rpc.DefaultDialer.

()

Source from the content-addressed store, hash-verified

51
52// GetSessionPoolInstance return default SessionPool instance with rpc.DefaultDialer.
53func GetSessionPoolInstance() *SessionPool {
54 return defaultPool
55}
56
57// Close closes the session.
58func (s *Session) Close() error {

Callers 9

NewServiceFunction · 0.92
TestStartBP_CallRPCFunction · 0.92
TestNewSessionPoolFunction · 0.85
TestCaller_CallNodeFunction · 0.85
TestNewPersistentCallerFunction · 0.85

Calls

no outgoing calls

Tested by 8

TestStartBP_CallRPCFunction · 0.74
TestNewSessionPoolFunction · 0.68
TestCaller_CallNodeFunction · 0.68
TestNewPersistentCallerFunction · 0.68