Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
fn sha256_id(id: &str) -> ExternalId {
26
let id = sha256_base64(id);
27
ExternalId::try_from(&id).unwrap()
28
}
29
30
fn parse_args() -> Opts {
31
let args: Vec<String> = env::args().collect();
Callers
4
try_from
Method · 0.85
persist_topic
Function · 0.85
export_topics
Function · 0.85
persist_link
Function · 0.85
Calls
1
sha256_base64
Function · 0.85
Tested by
no test coverage detected