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

Function getSmartSubtransportStreamInterface

transport.go:439–442  ·  view source on GitHub ↗
(subtransportStream *C.git_smart_subtransport_stream)

Source from the content-addressed store, hash-verified

437}
438
439func getSmartSubtransportStreamInterface(subtransportStream *C.git_smart_subtransport_stream) *managedSmartSubtransportStream {
440 managedSubtransportStream := (*C._go_managed_smart_subtransport_stream)(unsafe.Pointer(subtransportStream))
441 return pointerHandles.Get(managedSubtransportStream.handle).(*managedSmartSubtransportStream)
442}
443
444//export smartSubtransportStreamReadCallback
445func smartSubtransportStreamReadCallback(

Calls 1

GetMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…