MCPcopy Create free account
hub / github.com/ciphermodelabs/ciphercore / check_version

Method check_version

ciphercore-base/src/version.rs:20–22  ·  view source on GitHub ↗
(&self, version_req: u64)

Source from the content-addressed store, hash-verified

18 }
19
20 pub(crate) fn check_version(&self, version_req: u64) -> bool {
21 self.version == version_req
22 }
23
24 pub(crate) fn get_data_string(&self) -> &str {
25 &self.data

Callers 2

deserializeMethod · 0.80
deserializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected