MCPcopy 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
186impl SynonymIndex {

Callers 1

filesMethod · 0.80

Calls 1

to_stringFunction · 0.85

Tested by

no test coverage detected