Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-task/task
/ getEnumValues
Function
getEnumValues
requires.go:213–218 ·
view source on GitHub ↗
(e *ast.Enum)
Source
from the content-addressed store, hash-verified
211
}
212
213
func
getEnumValues(e *ast.Enum) []string {
214
if
e == nil {
215
return
nil
216
}
217
return
e.Value
218
}
Callers
4
promptDepsVars
Method · 0.85
promptTaskVars
Method · 0.85
areTaskRequiredVarsSet
Method · 0.85
areTaskRequiredVarsAllowedValuesSet
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…