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

Method into_vec

cranelift/codegen/src/ir/constant.rs:90–92  ·  view source on GitHub ↗

Convert the data to a vector.

(self)

Source from the content-addressed store, hash-verified

88
89 /// Convert the data to a vector.
90 pub fn into_vec(self) -> Vec<u8> {
91 self.0
92 }
93
94 /// Iterate over the constant's bytes.
95 pub fn iter(&self) -> Iter<'_, u8> {

Callers 5

runMethod · 0.45
parse_data_valueMethod · 0.45
finishMethod · 0.45
parse_to_uimm128Function · 0.45
finishMethod · 0.45

Calls

no outgoing calls

Tested by 1

runMethod · 0.36