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

Method display

cranelift/codegen/src/ir/extfunc.rs:329–337  ·  view source on GitHub ↗

Returns a displayable version of the `ExtFuncData`, with or without extra context to prettify the output.

(
        &'a self,
        params: Option<&'a FunctionParameters>,
    )

Source from the content-addressed store, hash-verified

327 /// Returns a displayable version of the `ExtFuncData`, with or without extra context to
328 /// prettify the output.
329 pub fn display<'a>(
330 &'a self,
331 params: Option<&'a FunctionParameters>,
332 ) -> DisplayableExtFuncData<'a> {
333 DisplayableExtFuncData {
334 ext_func: self,
335 params,
336 }
337 }
338}
339
340/// A displayable `ExtFuncData`, with extra context to prettify the output.

Callers 15

runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
checkFunction · 0.45
get_function_nameFunction · 0.45
display_hex_to_binMethod · 0.45
display_valueMethod · 0.45
from_pathsMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 6

runMethod · 0.36
runMethod · 0.36
runMethod · 0.36
runMethod · 0.36
compilation_logsFunction · 0.36