Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/go-task/task
/ Code
Method
Code
errors/errors_task.go:180–182 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
178
}
179
180
func
(err *TaskMissingRequiredVarsError) Code() int {
181
return
CodeTaskMissingRequiredVars
182
}
183
184
type
NotAllowedVar
struct
{
185
Value string
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected