MCPcopy Create free account
hub / github.com/LagrangeDev/LagrangeGo / Close

Method Close

client/internal/network/conn.go:88–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86}
87
88func (t *TCPClient) Close() {
89 t.close()
90 t.invokePlannedDisconnect()
91}
92
93func (t *TCPClient) unexpectedClose(err error) {
94 t.close()

Callers 15

ConnectMethod · 0.95
qualityTestFunction · 0.45
GetGroupAlbumMethod · 0.45
uploadGroupAlbumBlockMethod · 0.45
highwayUploadBlockMethod · 0.45
GetSkeyMethod · 0.45
GetNewDeviceVerifyURLMethod · 0.45
NewDeviceVerifyMethod · 0.45
FetchEssenceMessageMethod · 0.45
GetGroupHonorInfoMethod · 0.45
GetGroupNoticeMethod · 0.45

Calls 2

closeMethod · 0.95

Tested by

no test coverage detected