MCPcopy Index your code
hub / github.com/explodingcamera/tinywasm / results

Method results

crates/types/src/lib.rs:436–438  ·  view source on GitHub ↗

Get the result types of this function type.

(&self)

Source from the content-addressed store, hash-verified

434
435 /// Get the result types of this function type.
436 pub fn results(&self) -> &[WasmType] {
437 &self.data[self.param_count as usize..]
438 }
439}
440
441#[derive(Default, Clone, Copy, PartialEq, Eq)]

Callers 11

function_resultsMethod · 0.80
into_moduleMethod · 0.80
process_function_jobFunction · 0.80
convert_module_typeFunction · 0.80
format_func_typeFunction · 0.80
from_untypedMethod · 0.80
collect_call_resultsFunction · 0.80
validate_typed_funcMethod · 0.80
test_return_invalid_typeFunction · 0.80
proxy_moduleFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_return_invalid_typeFunction · 0.64
proxy_moduleFunction · 0.64