MCPcopy Create free account
hub / github.com/hashintel/hash / fallback

Method fallback

libs/darwin-kperf/src/database.rs:266–269  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

264 /// Fallback event name for fixed counters.
265 #[must_use]
266 pub const fn fallback(&self) -> Option<&'db str> {
267 // SAFETY: null indicates absence; otherwise same validity as `name`.
268 unsafe { as_opt_str(self.event.fallback) }
269 }
270
271 /// Whether this event is bound to a fixed counter register.
272 ///

Callers 3

routesFunction · 0.45
rest_api_routerFunction · 0.45

Calls 1

as_opt_strFunction · 0.85

Tested by 1