Skip to main content

msg_streamid

Function msg_streamid 

Source
pub(crate) fn msg_streamid(msg: &UnparsedRelayMsg) -> Result<Option<StreamId>>
Expand description

Return the stream ID of msg, if it has one.

Returns Ok(None) if msg is a meta cell.