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

Method default

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

Source from the content-addressed store, hash-verified

63
64impl Default for Push {
65 fn default() -> Self {
66 Self {
67 message: None,
68 no_push: false,
69 remote: "origin".to_string(),
70 branch: None,
71 }
72 }
73}
74
75impl 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