MCPcopy Index your code
hub / github.com/go-task/task / Parse

Function Parse

experiments/experiments.go:34–37  ·  view source on GitHub ↗
(dir string)

Source from the content-addressed store, hash-verified

32var xList []Experiment
33
34func Parse(dir string) {
35 config, _ := taskrc.GetConfig(dir)
36 ParseWithConfig(dir, config)
37}
38
39func ParseWithConfig(dir string, config *ast.TaskRC) {
40 // Read any .env files

Callers

nothing calls this directly

Calls 2

GetConfigFunction · 0.92
ParseWithConfigFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…