Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emwalker/digraph
/ try_into
Method
try_into
backend/src/git/index.rs:358–360 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
356
type Error = Error;
357
358
fn try_into(self) -> Result<activity::Change> {
359
Ok(serde_yaml::from_slice(self.content())?)
360
}
361
}
362
363
impl TryInto<ActivityIndexMap> for git2::Blob<'_> {
Callers
1
load
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected