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

Method default

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

Source from the content-addressed store, hash-verified

50
51impl Default for Push {
52 fn default() -> Self {
53 Self {
54 message: None,
55 no_push: false,
56 remote: "origin".to_string(),
57 }
58 }
59}
60
61impl 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