Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/go-task/task
/ Error
Method
Error
experiments/errors.go:30–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
}
29
30
func
(err InactiveError) Error() string {
31
return
fmt.Sprintf(
32
"task: Experiment %q is inactive and cannot be enabled"
,
33
err.Name,
34
)
35
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected