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

Method isConnected

pkg/asteros/interfaces/agui.go:257–261  ·  view source on GitHub ↗

isConnected 检查是否已连接

()

Source from the content-addressed store, hash-verified

255
256// isConnected 检查是否已连接
257func (i *AGUIInterface) isConnected() bool {
258 i.mu.RLock()
259 defer i.mu.RUnlock()
260 return i.connected
261}
262
263// GetControlPlaneURL 获取控制平面 URL
264func (i *AGUIInterface) GetControlPlaneURL() string {

Callers 5

syncAllMethod · 0.95
syncAgentMethod · 0.95
syncRoomMethod · 0.95
syncWorkflowMethod · 0.95
IsConnectedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected