MCPcopy Create free account
hub / github.com/astercloud/aster / String

Method String

pkg/actor/types.go:35–40  ·  view source on GitHub ↗

String 返回 PID 的字符串表示

()

Source from the content-addressed store, hash-verified

33
34// String 返回 PID 的字符串表示
35func (p *PID) String() string {
36 if p.Address != "" {
37 return fmt.Sprintf("%s@%s", p.ID, p.Address)
38 }
39 return p.ID
40}
41
42// Tell 发送消息(fire-and-forget)
43func (p *PID) Tell(msg Message) {

Callers 15

buildCommandMessageMethod · 0.45
InjectContextMethod · 0.45
buildDateTimeContextMethod · 0.45
buildLocationContextMethod · 0.45
buildUserInfoContextMethod · 0.45
tokenizeFunction · 0.45
generateTestPromptFunction · 0.45
handleMetricsMethod · 0.45
buildTraceSummaryMethod · 0.45
buildSpanTreeMethod · 0.45

Calls

no outgoing calls

Tested by 15

generateTestPromptFunction · 0.36
generateLongTestPromptFunction · 0.36
TestToolHandlersFunction · 0.36
TestSystemHandlersFunction · 0.36
TestServerHealthFunction · 0.36
TestServerSystemInfoFunction · 0.36
TestServerPoolStatsFunction · 0.36
TestServerRoomsListFunction · 0.36
TestAgentCreateFunction · 0.36
TestAgentListFunction · 0.36