MCPcopy Create free account
hub / github.com/coder/coder / GetTemplateSourceArchive

Method GetTemplateSourceArchive

provisionerd/proto/provisionerd.pb.go:192–197  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

190}
191
192func (x *AcquiredJob) GetTemplateSourceArchive() []byte {
193 if x != nil {
194 return x.TemplateSourceArchive
195 }
196 return nil
197}
198
199func (m *AcquiredJob) GetType() isAcquiredJob_Type {
200 if m != nil {

Callers 4

runTemplateImportMethod · 0.45
runTemplateDryRunMethod · 0.45
runWorkspaceBuildMethod · 0.45
InitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected