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

Method to_string

cranelift/codegen/src/machinst/buffer.rs:466–468  ·  view source on GitHub ↗

Creates a string representing this label, for convenience.

(&self)

Source from the content-addressed store, hash-verified

464
465 /// Creates a string representing this label, for convenience.
466 pub fn to_string(&self) -> String {
467 format!("label{}", self.0)
468 }
469}
470
471impl Default for MachLabel {

Callers 15

mainFunction · 0.45
run_compilationFunction · 0.45
write_operandsFunction · 0.45
pretty_errorFunction · 0.45
value_stringMethod · 0.45
lookupMethod · 0.45
parse_bool_valueFunction · 0.45
setMethod · 0.45
display_defaultFunction · 0.45
contextMethod · 0.45
debug_tagsMethod · 0.45

Calls

no outgoing calls

Tested by 1

display_defaultFunction · 0.36