MCPcopy Create free account
hub / github.com/emwalker/digraph / sha256_id

Function sha256_id

backend/src/bin/export.rs:25–28  ·  view source on GitHub ↗
(id: &str)

Source from the content-addressed store, hash-verified

23}
24
25fn sha256_id(id: &str) -> ExternalId {
26 let id = sha256_base64(id);
27 ExternalId::try_from(&id).unwrap()
28}
29
30fn parse_args() -> Opts {
31 let args: Vec<String> = env::args().collect();

Callers 4

try_fromMethod · 0.85
persist_topicFunction · 0.85
export_topicsFunction · 0.85
persist_linkFunction · 0.85

Calls 1

sha256_base64Function · 0.85

Tested by

no test coverage detected