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

Method get_init_func

crates/wizer/src/lib.rs:166–168  ·  view source on GitHub ↗

Returns the initialization function that will be run for wizer.

(&self)

Source from the content-addressed store, hash-verified

164
165 /// Returns the initialization function that will be run for wizer.
166 pub fn get_init_func(&self) -> &str {
167 &self.init_func
168 }
169
170 /// Add a function rename to perform.
171 pub fn func_rename(&mut self, new_name: &str, old_name: &str) -> &mut Self {

Callers 6

execute_asyncMethod · 0.80
rewriteMethod · 0.80
validate_init_funcMethod · 0.80
initializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected