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

Function _go_git_writestream_free

wrapper.c:448–451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446}
447
448void _go_git_writestream_free(git_writestream *stream)
449{
450 stream->free(stream);
451}
452
453git_credential_t _go_git_credential_credtype(git_credential *cred)
454{

Callers

nothing calls this directly

Calls 1

freeMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…