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

Function sptr

remote.go:884–886  ·  view source on GitHub ↗
(p uintptr)

Source from the content-addressed store, hash-verified

882}
883
884func sptr(p uintptr) *C.char {
885 return *(**C.char)(unsafe.Pointer(p))
886}
887
888func makeStringsFromCStrings(x **C.char, l int) []string {
889 s := make([]string, l)

Callers 2

makeStringsFromCStringsFunction · 0.85
freeStrarrayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…