Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/emwalker/digraph
/ try_into
Method
try_into
backend/src/git/stats.rs:17–19 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
15
type Error = Error;
16
17
fn try_into(self) -> Result<RepoStats> {
18
Ok(serde_yaml::from_slice(self.as_bytes())?)
19
}
20
}
21
22
impl TryInto<String> for &RepoStats {
Callers
15
try_from
Method · 0.45
root_topic_id
Method · 0.45
activity
Method · 0.45
fetch_link
Method · 0.45
fetch_topic_by_key
Method · 0.45
update_link_parent_topics
Method · 0.45
update_topic_synonyms
Method · 0.45
upsert_link
Method · 0.45
upsert_topic
Method · 0.45
upsert_topic_timerange
Method · 0.45
call
Method · 0.45
call
Method · 0.45
Calls
2
to_string
Function · 0.85
as_bytes
Method · 0.80
Tested by
5
topic_child_equality_ignores_timestamps
Function · 0.36
deduping_topic_children
Function · 0.36
update_link_parent_topics
Function · 0.36
topic
Function · 0.36
link
Function · 0.36