Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
59
impl From<&'static str> for Id {
60
fn from(label: &'static str) -> Self {
61
Id::new(label)
62
}
63
}
64
65
impl From<(&str, u32)> for Id {
Callers
nothing calls this directly
Calls
1
hash_string_with_offset
Function · 0.85
Tested by
no test coverage detected