MCPcopy 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
22impl TryInto<String> for &RepoStats {

Callers 15

try_fromMethod · 0.45
root_topic_idMethod · 0.45
activityMethod · 0.45
fetch_linkMethod · 0.45
fetch_topic_by_keyMethod · 0.45
update_topic_synonymsMethod · 0.45
upsert_linkMethod · 0.45
upsert_topicMethod · 0.45
callMethod · 0.45
callMethod · 0.45

Calls 2

to_stringFunction · 0.85
as_bytesMethod · 0.80

Tested by 5

deduping_topic_childrenFunction · 0.36
topicFunction · 0.36
linkFunction · 0.36