Update updates all the submodules in this list.
(o *SubmoduleUpdateOptions)
| 363 | |
| 364 | // Update updates all the submodules in this list. |
| 365 | func (s Submodules) Update(o *SubmoduleUpdateOptions) error { |
| 366 | return s.UpdateContext(context.Background(), o) |
| 367 | } |
| 368 | |
| 369 | // UpdateContext updates all the submodules in this list. |
| 370 | // |
nothing calls this directly
no test coverage detected