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

Method get_annotations

language/move-prover/bytecode/src/function_target.rs:283–285  ·  view source on GitHub ↗

Gets annotations.

(&self)

Source from the content-addressed store, hash-verified

281
282 /// Gets annotations.
283 pub fn get_annotations(&self) -> &'env Annotations {
284 &self.data.annotations
285 }
286
287 /// Gets acquired resources
288 pub fn get_acquires_global_resources(&self) -> &[StructId] {

Callers 14

get_read_write_setFunction · 0.80
get_infoFunction · 0.80
get_infoFunction · 0.80
get_packed_typesFunction · 0.80
get_infoFunction · 0.80
dump_resultMethod · 0.80
dump_resultMethod · 0.80
newMethod · 0.80
executeMethod · 0.80
format_borrow_annotationFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected