MCPcopy 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
202func NewProjectConfig() *ProjectConfig {
203 return wrapper(dag.New(def))
204}
205
206func wrapper(e *dag.Entity) *ProjectConfig {
207 return &ProjectConfig{Entity: e}

Callers 1

Example_entityFunction · 0.85

Calls 2

NewFunction · 0.92
wrapperFunction · 0.70

Tested by

no test coverage detected