MCPcopy Create free account
hub / github.com/libgit2/git2go / freeSubmoduleUpdateOptions

Function freeSubmoduleUpdateOptions

submodule.go:399–405  ·  view source on GitHub ↗
(copts *C.git_submodule_update_options)

Source from the content-addressed store, hash-verified

397}
398
399func freeSubmoduleUpdateOptions(copts *C.git_submodule_update_options) {
400 if copts == nil {
401 return
402 }
403 freeCheckoutOptions(&copts.checkout_opts)
404 freeFetchOptions(&copts.fetch_opts)
405}

Callers 1

UpdateMethod · 0.85

Calls 2

freeCheckoutOptionsFunction · 0.85
freeFetchOptionsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…