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

Method default

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

Source from the content-addressed store, hash-verified

71
72impl Default for Push {
73 fn default() -> Self {
74 Self {
75 message: None,
76 no_push: false,
77 remote: "origin".to_string(),
78 branch: None,
79 allow_conflict_markers: false,
80 }
81 }
82}
83
84impl 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