Searched defs:LoadReq (Results 1 – 2 of 2) sorted by relevance
72 type LoadReq struct { struct73 Makefile string74 Targets []string75 CommandLineVars []string76 EnvironmentVars []string77 UseCache bool78 EagerEvalCommand bool119 func Load(req LoadReq) (*DepGraph, error) {
129 func load(req kati.LoadReq) (*kati.DepGraph, error) {