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

Method to_dec_string

framework_lib/src/ccgx/mod.rs:127–132  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

125}
126impl BaseVersion {
127 pub fn to_dec_string(&self) -> String {
128 format!(
129 "{}.{}.{}.{:0>3}",
130 self.major, self.minor, self.patch, self.build_number
131 )
132 }
133}
134impl fmt::Display for BaseVersion {
135 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {

Callers 1

active_fw_verMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected