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