()
| 27 | |
| 28 | impl Context { |
| 29 | fn new() -> Context { |
| 30 | Context { |
| 31 | git_repo: String::new(), |
| 32 | project_path: String::new(), |
| 33 | custom_branch: String::new(), |
| 34 | } |
| 35 | } |
| 36 | } |
| 37 | |
| 38 | lazy_static! { |
nothing calls this directly
no outgoing calls
no test coverage detected