MCPcopy Create free account
hub / github.com/IceFireDB/IceFireDB / GetFrom

Method GetFrom

IceFireDB-SQLProxy/pkg/p2p/pubsub.go:17–19  ·  view source on GitHub ↗

GetFrom returns the sender ID

()

Source from the content-addressed store, hash-verified

15
16// GetFrom returns the sender ID
17func (m *Message) GetFrom() string {
18 return m.SenderID
19}
20
21// GetData returns the message content
22func (m *Message) GetData() []byte {

Callers 2

handleInboundMethod · 0.80
asyncSQLFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected