Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emwalker/digraph
/ filename
Method
filename
backend/src/git/index.rs:177–179 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
175
176
impl Index for SynonymIndex {
177
fn filename(&self) -> &PathBuf {
178
&self.filename
179
}
180
181
fn serialize(&self) -> Result<String> {
182
Ok(serde_yaml::to_string(&self.index)?)
Callers
1
files
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected