Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ IsClosed
Method
IsClosed
internal/nodes/client_conn_interface.go:7–7 ·
view source on GitHub ↗
IsClosed 是否已关闭
()
Source
from the content-addressed store, hash-verified
5
type
ClientConnInterface
interface
{
6
// IsClosed 是否已关闭
7
IsClosed() bool
8
9
// IsBound 是否已绑定服务
10
IsBound() bool
Callers
2
isReady
Method · 0.65
isClientConnClosed
Function · 0.65
Implementers
1
BaseClientConn
internal/nodes/client_conn_base.go
Calls
no outgoing calls
Tested by
no test coverage detected