Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/libgit2/git2go
/ MakeGitError2
Function
MakeGitError2
git.go:338–340 ·
view source on GitHub ↗
(err int)
Source
from the content-addressed store, hash-verified
336
}
337
338
func
MakeGitError2(err int) error {
339
return
MakeGitError(C.int(err))
340
}
341
342
func
cbool(b bool) C.int {
343
if
b {
Callers
nothing calls this directly
Calls
1
MakeGitError
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…