MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / pop

Method pop

crates/core/src/alloc/vec.rs:162–164  ·  view source on GitHub ↗

Same as [`std::vec::Vec::pop`].

(&mut self)

Source from the content-addressed store, hash-verified

160
161 /// Same as [`std::vec::Vec::pop`].
162 pub fn pop(&mut self) -> Option<T> {
163 self.inner.pop()
164 }
165
166 /// Same as [`std::vec::Vec::truncate`].
167 pub fn truncate(&mut self, len: usize) {

Callers 15

function_compilerMethod · 0.45
translate_const_exprMethod · 0.45
updateMethod · 0.45
pop1Method · 0.45
pop2Method · 0.45
pop3Method · 0.45
pop4Method · 0.45
pop5Method · 0.45
translate_operatorFunction · 0.45
mainFunction · 0.45
callMethod · 0.45

Calls

no outgoing calls

Tested by 1

callMethod · 0.36