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

Method concrete

cranelift/codegen/src/ir/dynamic_type.rs:32–34  ·  view source on GitHub ↗

Convert 'base_vector_ty' into a concrete dynamic vector type.

(&self)

Source from the content-addressed store, hash-verified

30
31 /// Convert 'base_vector_ty' into a concrete dynamic vector type.
32 pub fn concrete(&self) -> Option<Type> {
33 self.base_vector_ty.vector_to_dynamic()
34 }
35}
36
37/// All allocated dynamic types.

Callers 2

check_dynamic_typeMethod · 0.80

Calls 1

vector_to_dynamicMethod · 0.80

Tested by

no test coverage detected