Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2358
func
(x *Log) GetOutput() string {
2359
if
x != nil {
2360
return
x.Output
2361
}
2362
return
""
2363
}
2364
2365
func
(x *Log) GetLevel() Log_Level {
2366
if
x != nil {
Callers
4
TestLogSender_Mainline
Function · 0.45
TestLogSender_SkipHugeLog
Function · 0.45
TestLogSender_SanitizeOutput
Function · 0.45
TestAgent_ScriptLogging
Function · 0.45
Calls
no outgoing calls
Tested by
4
TestLogSender_Mainline
Function · 0.36
TestLogSender_SkipHugeLog
Function · 0.36
TestLogSender_SanitizeOutput
Function · 0.36
TestAgent_ScriptLogging
Function · 0.36