MCPcopy Create free account
hub / github.com/astercloud/aster / IsConnected

Method IsConnected

pkg/asteros/interfaces/agui.go:269–271  ·  view source on GitHub ↗

IsConnected 检查是否已连接(公开方法)

()

Source from the content-addressed store, hash-verified

267
268// IsConnected 检查是否已连接(公开方法)
269func (i *AGUIInterface) IsConnected() bool {
270 return i.isConnected()
271}

Callers

nothing calls this directly

Calls 1

isConnectedMethod · 0.95

Tested by

no test coverage detected