MCPcopy
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
213func getEnumValues(e *ast.Enum) []string {
214 if e == nil {
215 return nil
216 }
217 return e.Value
218}

Callers 4

promptDepsVarsMethod · 0.85
promptTaskVarsMethod · 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…