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

Function _go_git_stash_foreach

wrapper.c:433–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431}
432
433int _go_git_stash_foreach(git_repository *repo, void *payload)
434{
435 return git_stash_foreach(repo, (git_stash_cb)&stashForeachCallback, payload);
436}
437
438int _go_git_writestream_write(git_writestream *stream, const char *buffer, size_t len)
439{

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…