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

Method epoch_counter

crates/wasmtime/src/engine.rs:819–821  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

817
818 #[cfg(target_has_atomic = "64")]
819 pub(crate) fn epoch_counter(&self) -> &AtomicU64 {
820 &self.inner.epoch
821 }
822
823 #[cfg(target_has_atomic = "64")]
824 pub(crate) fn current_epoch(&self) -> u64 {

Callers 2

current_epochMethod · 0.80
set_storeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected