Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/libgit2/git2go
/ Config
Struct
Config
config.go:54–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
type
Config
struct
{
55
doNotCompare
56
ptr *C.git_config
57
}
58
59
// NewConfig creates a new empty configuration object
60
func
NewConfig() (*Config, error) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected