Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/emwalker/digraph
/ commit_message
Method
commit_message
backend/src/git/client.rs:497–499 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
495
}
496
497
fn commit_message(&self) -> String {
498
"Add change"
.to_owned()
499
}
500
501
pub fn cycle_exists(
502
&self,
Callers
1
write
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected