MCPcopy 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

5type ClientConnInterface interface {
6 // IsClosed 是否已关闭
7 IsClosed() bool
8
9 // IsBound 是否已绑定服务
10 IsBound() bool

Callers 2

isReadyMethod · 0.65
isClientConnClosedFunction · 0.65

Implementers 1

BaseClientConninternal/nodes/client_conn_base.go

Calls

no outgoing calls

Tested by

no test coverage detected