Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astercloud/aster
/ Set
Method
Set
pkg/session/session.go:48–48 ·
view source on GitHub ↗
Set 设置 key-value,覆盖已存在的值
(key string, value any)
Source
from the content-addressed store, hash-verified
46
47
// Set 设置 key-value,覆盖已存在的值
48
Set(key string, value any) error
49
50
// Delete 删除指定 key
51
Delete(key string) error
Callers
7
UpdateState
Method · 0.65
TestState
Function · 0.65
writeJSON
Function · 0.65
ChatStreamHandler
Method · 0.65
JSON
Function · 0.65
Error
Function · 0.65
ErrorWithDetails
Function · 0.65
Calls
no outgoing calls
Tested by
1
TestState
Function · 0.52