MCPcopy Create free account
hub / github.com/compozy/agh / IsDirected

Method IsDirected

internal/network/envelope.go:235–237  ·  view source on GitHub ↗

IsDirected reports whether the envelope targets a specific peer.

()

Source from the content-addressed store, hash-verified

233
234// IsDirected reports whether the envelope targets a specific peer.
235func (e Envelope) IsDirected() bool {
236 return e.To != nil
237}
238
239// IsBroadcast reports whether the envelope is channel-broadcast.
240func (e Envelope) IsBroadcast() bool {

Callers 15

prepareRuntimeSendMethod · 0.95
PrepareSendMethod · 0.80
prepareReceiveStateMethod · 0.80
handleReceivedSayMethod · 0.80
handleWhoisRequestMethod · 0.80
resolveDirectedTargetMethod · 0.80
subjectForEnvelopeFunction · 0.80

Calls

no outgoing calls

Tested by 1