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

Struct ConfigEntry

config.go:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38)
39
40type ConfigEntry struct {
41 Name string
42 Value string
43 Level ConfigLevel
44}
45
46func newConfigEntryFromC(centry *C.git_config_entry) *ConfigEntry {
47 return &ConfigEntry{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected