Lines Matching refs:context
71 context.Context
310 Context: context.Background(),
1455 func (c *Context) resolveDependencies(ctx context.Context, config interface{}) (deps []string, errs…
1456 pprof.Do(ctx, pprof.Labels("blueprint", "ResolveDependencies"), func(ctx context.Context) {
2026 pprof.Do(c.Context, pprof.Labels("blueprint", "PrepareBuildActions"), func(ctx context.Context) {
2083 func (c *Context) runMutators(ctx context.Context, config interface{}) (deps []string, errs []error…
2086 pprof.Do(ctx, pprof.Labels("blueprint", "runMutators"), func(ctx context.Context) {
2091 pprof.Do(ctx, pprof.Labels("mutator", mutator.name), func(context.Context) {
2197 context: c,
2460 context: c,
2528 context: c,
3188 pprof.Do(c.Context, pprof.Labels("blueprint", "WriteBuildFile"), func(ctx context.Context) {