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

Method UpdateState

pkg/session/session.go:201–201  ·  view source on GitHub ↗

UpdateState 更新状态

(ctx context.Context, sessionID string, delta map[string]any)

Source from the content-addressed store, hash-verified

199
200 // UpdateState 更新状态
201 UpdateState(ctx context.Context, sessionID string, delta map[string]any) error
202}
203
204// CreateRequest 创建会话请求

Callers 1

TestStateFunction · 0.65

Implementers 2

InMemoryServicepkg/session/inmemory.go
Servicepkg/session/sqlite/store.go

Calls

no outgoing calls

Tested by 1

TestStateFunction · 0.52