MCPcopy Index your code
hub / github.com/coder/coder / executor

Method executor

provisioner/terraform/serve.go:163–174  ·  view source on GitHub ↗
(files tfpath.Layout, stage database.ProvisionerJobTimingStage)

Source from the content-addressed store, hash-verified

161}
162
163func (s *server) executor(files tfpath.Layout, stage database.ProvisionerJobTimingStage) *executor {
164 return &executor{
165 server: s,
166 mut: s.execMut,
167 binaryPath: s.binaryPath,
168 cachePath: s.cachePath,
169 cliConfigPath: s.cliConfigPath,
170 files: files,
171 logger: s.logger.Named("executor"),
172 timings: newTimingAggregator(stage),
173 }
174}

Callers 4

InitMethod · 0.95
PlanMethod · 0.95
GraphMethod · 0.95
ApplyMethod · 0.95

Calls 2

newTimingAggregatorFunction · 0.85
NamedMethod · 0.80

Tested by

no test coverage detected