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

Method GetLog

provisionersdk/proto/provisioner.pb.go:4403–4408  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4401}
4402
4403func (x *Response) GetLog() *Log {
4404 if x, ok := x.GetType().(*Response_Log); ok {
4405 return x.Log
4406 }
4407 return nil
4408}
4409
4410func (x *Response) GetParse() *ParseComplete {
4411 if x, ok := x.GetType().(*Response_Parse); ok {

Callers 14

TestEchoFunction · 0.45
ParseMethod · 0.45
InitMethod · 0.45
GraphMethod · 0.45
PlanMethod · 0.45
ApplyMethod · 0.45
TarWithOptionsFunction · 0.45
TestParseFunction · 0.45
readProvisionLogFunction · 0.45
TestProvision_CancelFunction · 0.45
TestProvisionFunction · 0.45

Calls 1

GetTypeMethod · 0.95

Tested by 8

TestEchoFunction · 0.36
TestParseFunction · 0.36
readProvisionLogFunction · 0.36
TestProvision_CancelFunction · 0.36
TestProvisionFunction · 0.36
TestProvision_ExtraEnvFunction · 0.36
TestTimingsFromProvisionFunction · 0.36