Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/belak/gitdir
/ NewRepoConfig
Function
NewRepoConfig
models/repo_config.go:18–20 ·
view source on GitHub ↗
NewRepoConfig returns a blank RepoConfig.
()
Source
from the content-addressed store, hash-verified
16
17
// NewRepoConfig returns a blank RepoConfig.
18
func
NewRepoConfig() *RepoConfig {
19
return
&RepoConfig{}
20
}
Callers
1
newTestRepoConfig
Function · 0.92
Calls
no outgoing calls
Tested by
1
newTestRepoConfig
Function · 0.74