MCPcopy Create free account
hub / github.com/amll-dev/amll-ttml-db / commit

Function commit

scripts/lyric_checker_bot/src/git_utils.rs:37–39  ·  view source on GitHub ↗
(message: &str)

Source from the content-addressed store, hash-verified

35}
36
37pub async fn commit(message: &str) -> Result<()> {
38 run_git_command(&["commit", "-m", message]).await
39}
40
41pub async fn push(branch_name: &str) -> Result<()> {
42 run_git_command(&["push", "--set-upstream", "origin", branch_name]).await

Callers 2

execute_git_changesMethod · 0.70

Calls 1

run_git_commandFunction · 0.85

Tested by

no test coverage detected