Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cyinx/einx
/ IsClosed
Method
IsClosed
network/tcp_conn.go:72–75 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
70
}
71
72
func
(this *TcpConn) IsClosed() bool {
73
close_flag := atomic.LoadUint32(&this.close_flag)
74
return
close_flag == 1
75
}
76
77
func
(this *TcpConn) do_push_write(wrapper *WriteWrapper) bool {
78
this.write_queue.Push(wrapper)
Callers
4
WriteMsg
Method · 0.95
RpcCall
Method · 0.95
Pong
Method · 0.95
Ping
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected