()
| 426 | } |
| 427 | |
| 428 | func (b *Branch) Pool() *Pool { |
| 429 | return b.pool |
| 430 | } |
| 431 | |
| 432 | func (b *Branch) AddVectors(ctx context.Context, ids []ksuid.KSUID, author, message string) (ksuid.KSUID, error) { |
| 433 | if message == "" { |
no outgoing calls
no test coverage detected