MCPcopy Index your code
hub / github.com/FrameworkComputer/framework-system / get_family

Function get_family

framework_lib/src/smbios.rs:173–175  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

171}
172
173pub fn get_family() -> Option<PlatformFamily> {
174 get_platform().and_then(Platform::which_family)
175}
176
177pub fn get_platform() -> Option<Platform> {
178 #[cfg(feature = "uefi")]

Callers 2

print_thermalFunction · 0.85
get_and_print_pd_infoFunction · 0.85

Calls 1

get_platformFunction · 0.85

Tested by

no test coverage detected