Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astercloud/aster
/ makeKey
Function
makeKey
pkg/a2a/store.go:129–131 ·
view source on GitHub ↗
makeKey 生成存储键
(agentID, taskID string)
Source
from the content-addressed store, hash-verified
127
128
// makeKey 生成存储键
129
func
makeKey(agentID, taskID string) string {
130
return
agentID +
"-"
+ taskID
131
}
132
133
// copyTask 深拷贝任务
134
func
copyTask(task *Task) *Task {
Callers
3
Load
Method · 0.70
Save
Method · 0.70
Delete
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected