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

Method GetOutput

agent/proto/agent.pb.go:2358–2363  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2356}
2357
2358func (x *Log) GetOutput() string {
2359 if x != nil {
2360 return x.Output
2361 }
2362 return ""
2363}
2364
2365func (x *Log) GetLevel() Log_Level {
2366 if x != nil {

Callers 4

TestLogSender_MainlineFunction · 0.45
TestAgent_ScriptLoggingFunction · 0.45

Calls

no outgoing calls

Tested by 4

TestLogSender_MainlineFunction · 0.36
TestAgent_ScriptLoggingFunction · 0.36