Searched defs:execContext (Results 1 – 1 of 1) sorted by relevance
26 type execContext struct { struct27 shell string29 mu sync.Mutex30 ev *Evaluator31 vpaths searchPaths32 output string33 inputs []string69 func (ec *execContext) uniqueInputs() []string {290 func createRunners(ctx *execContext, n *DepNode) ([]runner, bool, error) {