MCPcopy Create free account
hub / github.com/TheRedDeveloper/ply-engine / from

Method from

src/id.rs:60–62  ·  view source on GitHub ↗
(label: &'static str)

Source from the content-addressed store, hash-verified

58
59impl From<&'static str> for Id {
60 fn from(label: &'static str) -> Self {
61 Id::new(label)
62 }
63}
64
65impl From<(&str, u32)> for Id {

Callers

nothing calls this directly

Calls 1

hash_string_with_offsetFunction · 0.85

Tested by

no test coverage detected