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

Method metadata

crates/cranelift/src/compiled_function.rs:199–201  ·  view source on GitHub ↗

Get a reference to the compiled function metadata.

(&self)

Source from the content-addressed store, hash-verified

197
198 /// Get a reference to the compiled function metadata.
199 pub fn metadata(&self) -> &CompiledFunctionMetadata {
200 &self.metadata
201 }
202
203 /// Set the value labels ranges in the function's metadata.
204 pub fn set_value_labels_ranges(&mut self, ranges: ValueLabelsRanges) {

Callers 15

preview2_stdinFunction · 0.80
self_mtimeMethod · 0.80
is_fs_lock_expiredFunction · 0.80
append_dwarfMethod · 0.80
get_metadataMethod · 0.80
get_typeMethod · 0.80
statMethod · 0.80
stat_atMethod · 0.80
open_atMethod · 0.80
metadata_hash_atMethod · 0.80
read_directoryMethod · 0.80
map_dir_entryFunction · 0.80

Calls

no outgoing calls

Tested by 1

preview2_stdinFunction · 0.64