MCPcopy 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 生成存储键
129func makeKey(agentID, taskID string) string {
130 return agentID + "-" + taskID
131}
132
133// copyTask 深拷贝任务
134func copyTask(task *Task) *Task {

Callers 3

LoadMethod · 0.70
SaveMethod · 0.70
DeleteMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected