MCPcopy Create free account
hub / github.com/MegEngine/MegFlow / is_some

Method is_some

flow-rs/src/envelope/envelope.rs:142–144  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

140 self.msg.is_none()
141 }
142 fn is_some(&self) -> bool {
143 self.msg.is_some()
144 }
145 fn info(&self) -> &EnvelopeInfo {
146 &self.info
147 }

Callers 2

expandFunction · 0.80
is_closedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected