Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/git-bug/git-bug
/ NewProjectConfig
Function
NewProjectConfig
entity/dag/example_test.go:202–204 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
200
}
201
202
func
NewProjectConfig() *ProjectConfig {
203
return
wrapper(dag.New(def))
204
}
205
206
func
wrapper(e *dag.Entity) *ProjectConfig {
207
return
&ProjectConfig{Entity: e}
Callers
1
Example_entity
Function · 0.85
Calls
2
New
Function · 0.92
wrapper
Function · 0.70
Tested by
no test coverage detected