MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / parse

Method parse

atomic-core/src/pristine/vault.rs:41–43  ·  view source on GitHub ↗
(s: &str)

Source from the content-addressed store, hash-verified

39 }
40
41 pub fn parse(s: &str) -> Option<Self> {
42 s.parse().ok()
43 }
44}
45
46impl std::str::FromStr for VaultEntryType {

Callers 1

decode_embedding_keyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected