Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hashintel/hash
/ vtable
Method
vtable
libs/darwin-kperf/src/framework/mod.rs:64–66 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
62
/// Resolved vtable for the loaded `kperf.framework`.
63
#[must_use]
64
pub const fn vtable(&self) -> &darwin_kperf_sys::kperf::VTable {
65
&self.vtable
66
}
67
}
68
69
/// Handle to Apple's private `kperfdata.framework`.
Callers
8
start
Method · 0.80
sample
Method · 0.80
stop
Method · 0.80
drop
Method · 0.80
release
Method · 0.80
ll_configure
Function · 0.80
ll_init
Function · 0.80
ll_drop
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected