MCPcopy
hub / github.com/jetify-com/devbox / testTask

Struct testTask

internal/setup/setup_test.go:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type testTask struct {
12 RunFunc func(ctx context.Context) error
13 NeedsRunFunc func(ctx context.Context, lastRun RunInfo) bool
14}
15
16func (t *testTask) Run(ctx context.Context) error {
17 return t.RunFunc(ctx)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected