MCPcopy Create free account
hub / github.com/aurora-develop/aurora / generateCallID

Function generateCallID

internal/toolcall/parser.go:364–366  ·  view source on GitHub ↗

generateCallID 分配 call_xxx 风格的 ID,与 Python 保持一致 (24 个 hex 字符的随机后缀)。

()

Source from the content-addressed store, hash-verified

362// generateCallID 分配 call_xxx 风格的 ID,与 Python 保持一致
363// (24 个 hex 字符的随机后缀)。
364func generateCallID() string {
365 return "call_" + newCallIDSuffix()
366}

Callers 2

buildToolCallFromObjectFunction · 0.85
RecoverFromTextFunction · 0.85

Calls 1

newCallIDSuffixFunction · 0.85

Tested by

no test coverage detected