Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ ExecutingPcRef
Class
ExecutingPcRef
pulley/src/profile.rs:75–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
#[derive(Copy, Clone)]
74
#[repr(transparent)]
75
pub(crate) struct ExecutingPcRef<
'a>(&'
a AtomicUsize);
76
77
impl ExecutingPcRef<'_> {
78
pub(crate) fn record(&self, pc: usize) {
Callers
1
as_ref
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected