MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / default

Method default

atomic-cli/src/commands/git/push.rs:59–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57
58impl Default for Push {
59 fn default() -> Self {
60 Self {
61 message: None,
62 no_push: false,
63 remote: "origin".to_string(),
64 branch: None,
65 }
66 }
67}
68
69impl Command for Push {

Callers 5

runMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected