Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
173
pub fn get_family() -> Option<PlatformFamily> {
174
get_platform().and_then(Platform::which_family)
175
}
176
177
pub fn get_platform() -> Option<Platform> {
178
#[cfg(feature =
"uefi"
)]
Callers
2
print_thermal
Function · 0.85
get_and_print_pd_info
Function · 0.85
Calls
1
get_platform
Function · 0.85
Tested by
no test coverage detected