MCPcopy Index your code
hub / github.com/git-bug/git-bug / wrapper

Function wrapper

entity/dag/example_test.go:206–208  ·  view source on GitHub ↗
(e *dag.Entity)

Source from the content-addressed store, hash-verified

204}
205
206func wrapper(e *dag.Entity) *ProjectConfig {
207 return &ProjectConfig{Entity: e}
208}
209
210// a Definition describes a few properties of the Entity, a sort of configuration to manipulate the
211// DAG of operations

Callers 1

NewProjectConfigFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected