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