MCPcopy
hub / github.com/OpenListTeam/OpenList / GetGrpcConnection

Method GetGrpcConnection

drivers/halalcloud/util.go:169–171  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

167}
168
169func (s *AuthService) GetGrpcConnection() *grpc.ClientConn {
170 return s.grpcConnection
171}
172
173func (s *AuthService) Close() {
174 _ = s.grpcConnection.Close()

Callers 9

IsLoginMethod · 0.95
getFilesMethod · 0.80
getLinkMethod · 0.80
makeDirMethod · 0.80
moveMethod · 0.80
renameMethod · 0.80
copyMethod · 0.80
removeMethod · 0.80
putMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected