Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ parse
Method
parse
atomic-core/src/pristine/vault.rs:34–36 ·
view source on GitHub ↗
(s: &str)
Source
from the content-addressed store, hash-verified
32
}
33
34
pub fn parse(s: &str) -> Option<Self> {
35
s.parse().ok()
36
}
37
}
38
39
impl std::str::FromStr for VaultEntryType {
Callers
1
decode_embedding_key
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected