| 33 | ) |
| 34 | |
| 35 | type Branch struct { |
| 36 | branches.Config |
| 37 | pool *Pool |
| 38 | engine storage.Engine |
| 39 | //base commits.View |
| 40 | } |
| 41 | |
| 42 | func OpenBranch(ctx context.Context, config *branches.Config, engine storage.Engine, poolPath *storage.URI, pool *Pool) (*Branch, error) { |
| 43 | return &Branch{ |
nothing calls this directly
no outgoing calls
no test coverage detected