MCPcopy Create free account
hub / github.com/diem/move / get_target

Method get_target

language/move-prover/bytecode/src/function_data_builder.rs:91–93  ·  view source on GitHub ↗

Gets a function target viewpoint on this builder. This locks the data for mutation until the returned value dies.

(&self)

Source from the content-addressed store, hash-verified

89 /// Gets a function target viewpoint on this builder. This locks the data for mutation
90 /// until the returned value dies.
91 pub fn get_target(&self) -> FunctionTarget<'_> {
92 FunctionTarget::new(self.fun_env, &self.data)
93 }
94
95 /// Add a return parameter.
96 pub fn add_return(&mut self, ty: Type) -> usize {

Callers 15

runFunction · 0.45
get_read_write_setFunction · 0.45
processMethod · 0.45
dump_resultMethod · 0.45
get_packed_typesFunction · 0.45
dump_resultMethod · 0.45

Calls

no outgoing calls