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

Method syncRoom

pkg/asteros/interfaces/agui.go:233–242  ·  view source on GitHub ↗

syncRoom 同步 Room

(r *core.Room)

Source from the content-addressed store, hash-verified

231
232// syncRoom 同步 Room
233func (i *AGUIInterface) syncRoom(r *core.Room) error {
234 if !i.isConnected() {
235 return nil // 静默失败
236 }
237
238 // TODO: 实现实际的同步逻辑
239 // 发送 Room 信息到控制平面
240
241 return nil
242}
243
244// syncWorkflow 同步 Workflow
245func (i *AGUIInterface) syncWorkflow(wf workflow.Agent) error {

Callers 1

OnRoomRegisteredMethod · 0.95

Calls 1

isConnectedMethod · 0.95

Tested by

no test coverage detected