MCPcopy 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

startMethod · 0.80
sampleMethod · 0.80
stopMethod · 0.80
dropMethod · 0.80
releaseMethod · 0.80
ll_configureFunction · 0.80
ll_initFunction · 0.80
ll_dropFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected