Searched defs:bazelContext (Results 1 – 1 of 1) sorted by relevance
103 type bazelContext struct { struct104 bazelRunner105 paths *bazelPaths106 requests map[cqueryKey]bool // cquery requests that have not yet been issued to Bazel107 requestMutex sync.Mutex // requests can be written in parallel109 results map[cqueryKey]string // Results of cquery requests after Bazel invocations112 buildStatements []bazel.BuildStatement156 func (bazelCtx *bazelContext) GetOutputFiles(label string, archType ArchType) ([]string, bool) {166 … (bazelCtx *bazelContext) GetCcInfo(label string, archType ArchType) (cquery.CcInfo, bool, error) {264 func (context *bazelContext) BazelEnabled() bool {[all …]