Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/emwalker/digraph
/ serialize
Method
serialize
backend/src/git/index.rs:181–183 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
179
}
180
181
fn serialize(&self) -> Result<String> {
182
Ok(serde_yaml::to_string(&self.index)?)
183
}
184
}
185
186
impl SynonymIndex {
Callers
1
files
Method · 0.80
Calls
1
to_string
Function · 0.85
Tested by
no test coverage detected