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

Function getSmartSubtransportInterface

transport.go:359–362  ·  view source on GitHub ↗
(subtransport *C.git_smart_subtransport)

Source from the content-addressed store, hash-verified

357}
358
359func getSmartSubtransportInterface(subtransport *C.git_smart_subtransport) *managedSmartSubtransport {
360 wrapperPtr := (*C._go_managed_smart_subtransport)(unsafe.Pointer(subtransport))
361 return pointerHandles.Get(wrapperPtr.handle).(*managedSmartSubtransport)
362}
363
364//export smartSubtransportActionCallback
365func smartSubtransportActionCallback(

Calls 1

GetMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…