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

Method engine

crates/wasmtime/src/runtime/types.rs:1949–1951  ·  view source on GitHub ↗

Get the engine that this struct type is associated with.

(&self)

Source from the content-addressed store, hash-verified

1947
1948 /// Get the engine that this struct type is associated with.
1949 pub fn engine(&self) -> &Engine {
1950 self.registered_type.engine()
1951 }
1952
1953 /// Get the finality of this struct type.
1954 pub fn finality(&self) -> Finality {

Callers 13

matchesMethod · 0.45
supertypeMethod · 0.45
fieldMethod · 0.45
fieldsMethod · 0.45
field_typeMethod · 0.45
element_typeMethod · 0.45
paramMethod · 0.45
paramsMethod · 0.45
resultMethod · 0.45
resultsMethod · 0.45
from_tag_typeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected