MCPcopy Create free account
hub / github.com/archlinux/alpm / build

Method build

python-alpm/src/types/version.rs:107–109  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

105
106 #[getter]
107 fn build(&self) -> String {
108 self.0.inner().build.to_string()
109 }
110}
111
112impl_from!(SchemaVersion, alpm_types::SchemaVersion);

Callers

nothing calls this directly

Calls 1

innerMethod · 0.45

Tested by

no test coverage detected