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

Function wasmtime_engine_increment_epoch

crates/c-api/src/engine.rs:47–49  ·  view source on GitHub ↗
(engine: &wasm_engine_t)

Source from the content-addressed store, hash-verified

45
46#[unsafe(no_mangle)]
47pub extern "C" fn wasmtime_engine_increment_epoch(engine: &wasm_engine_t) {
48 engine.engine.increment_epoch();
49}
50
51#[unsafe(no_mangle)]
52pub extern "C" fn wasmtime_engine_is_pulley(engine: &wasm_engine_t) -> bool {

Callers 3

spawn_interruptFunction · 0.85
helperFunction · 0.85
increment_epochMethod · 0.85

Calls 1

increment_epochMethod · 0.45

Tested by

no test coverage detected