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

Method results

crates/c-api/include/wasmtime/types/func.hh:43–43  ·  view source on GitHub ↗

Returns the list of types this function type returns.

Source from the content-addressed store, hash-verified

41
42 /// Returns the list of types this function type returns.
43 ValType::ListRef results() const { return wasm_functype_results(ptr); }
44 };
45
46private:

Callers 15

wasm_call_signatureFunction · 0.45
continuation_returnsMethod · 0.45
tag_returnsMethod · 0.45
translateMethod · 0.45
translate_hostcallMethod · 0.45
blocktype_params_resultsFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls 1

wasm_functype_resultsFunction · 0.85

Tested by 8

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
assert_func_typeFunction · 0.36
TESTFunction · 0.36