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

Function _go_git_writestream_close

wrapper.c:443–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

441}
442
443int _go_git_writestream_close(git_writestream *stream)
444{
445 return stream->close(stream);
446}
447
448void _go_git_writestream_free(git_writestream *stream)
449{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…