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

Method Path

submodule.go:208–212  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

206}
207
208func (sub *Submodule) Path() string {
209 n := C.GoString(C.git_submodule_path(sub.ptr))
210 runtime.KeepAlive(sub)
211 return n
212}
213
214func (sub *Submodule) Url() string {
215 n := C.GoString(C.git_submodule_url(sub.ptr))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected