MCPcopy Create free account
hub / github.com/Amanieu/regalloc3 / expect

Method expect

src/entity/packed_option.rs:85–87  ·  view source on GitHub ↗
(self, msg: &str)

Source from the content-addressed store, hash-verified

83 #[track_caller]
84 #[inline]
85 pub fn expect(self, msg: &str) -> T {
86 self.expand().expect(msg)
87 }
88
89 /// Takes the value out of the packed option, leaving a `None` in its place.
90 #[inline]

Callers 9

add_rematMethod · 0.80
generate_movesMethod · 0.80
handle_block_live_inMethod · 0.80
handle_block_live_outMethod · 0.80
for_each_move_sourceMethod · 0.80
handle_useMethod · 0.80
process_segmentMethod · 0.80
value_useMethod · 0.80
reginfoFunction · 0.80

Calls 1

expandMethod · 0.80

Tested by

no test coverage detected