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

Method structures

framework_lib/src/smbios.rs:54–56  ·  view source on GitHub ↗

Iterate SMBIOS structures

(&self)

Source from the content-addressed store, hash-verified

52
53 /// Iterate SMBIOS structures
54 pub fn structures(&self) -> dmidecode::Structures<'_> {
55 self.entry_point.structures(&self.table_data)
56 }
57}
58
59/// Build a valid 24-byte SMBIOS v3 entry point with correct checksum.

Callers 9

is_frameworkFunction · 0.80
get_product_nameFunction · 0.80
get_baseboard_versionFunction · 0.80
me_version_from_smbiosFunction · 0.80
me_fwsts_from_smbiosFunction · 0.80
print_versionsFunction · 0.80
compare_versionFunction · 0.80
smbios_infoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected