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

Method errata

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

Source from the content-addressed store, hash-verified

250 /// Errata notes, if any.
251 #[must_use]
252 pub const fn errata(&self) -> Option<&'db str> {
253 // SAFETY: null indicates absence; otherwise same validity as `name`.
254 unsafe { as_opt_str(self.event.errata) }
255 }
256
257 /// Human-readable alias, e.g. `"Instructions"`, `"Cycles"`.
258 #[must_use]

Callers

nothing calls this directly

Calls 1

as_opt_strFunction · 0.85

Tested by

no test coverage detected