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

Method Free

submodule.go:34–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32}
33
34func (sub *Submodule) Free() {
35 runtime.SetFinalizer(sub, nil)
36 C.git_submodule_free(sub.ptr)
37}
38
39type SubmoduleUpdate int
40

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected