MCPcopy Index your code
hub / github.com/jetify-com/devbox / Run

Method Run

internal/setup/setup.go:45–45  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

43// previous run.
44type Task interface {
45 Run(ctx context.Context) error
46
47 // NeedsRun returns true if the task needs to be run. It should assume
48 // that lastRun persists across executions of the program and is unique

Callers 15

RunMethod · 0.65
TestVersionInfoAtLeastFunction · 0.65
RunMethod · 0.65
TestParseFlakeRefFunction · 0.65
TestParseFlakeRefErrorFunction · 0.65
TestFlakeRefStringFunction · 0.65
generateTestscriptFunction · 0.65

Implementers 2

testTaskinternal/setup/setup_test.go
setupTaskinternal/devbox/providers/nixcache/set

Calls

no outgoing calls

Tested by 15

TestVersionInfoAtLeastFunction · 0.52
TestParseFlakeRefFunction · 0.52
TestParseFlakeRefErrorFunction · 0.52
TestFlakeRefStringFunction · 0.52
TestPHPDetector_PackagesFunction · 0.52
TestGoDetectorRelevanceFunction · 0.52