Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 检查是否已连接(公开方法)
269
func
(i *AGUIInterface) IsConnected() bool {
270
return
i.isConnected()
271
}
Callers
nothing calls this directly
Calls
1
isConnected
Method · 0.95
Tested by
no test coverage detected