Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/coder
/ newFakeLogDest
Function
newFakeLogDest
codersdk/agentsdk/logs_internal_test.go:481–486 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
479
}
480
481
func
newFakeLogDest() *fakeLogDest {
482
return
&fakeLogDest{
483
reqs: make(
chan
*proto.BatchCreateLogsRequest),
484
resps: make(
chan
*proto.BatchCreateLogsResponse),
485
}
486
}
Callers
7
TestLogSender_Mainline
Function · 0.85
TestLogSender_LogLimitExceeded
Function · 0.85
TestLogSender_SkipHugeLog
Function · 0.85
TestLogSender_SanitizeOutput
Function · 0.85
TestLogSender_Batch
Function · 0.85
TestLogSender_MaxQueuedLogs
Function · 0.85
TestLogSender_SendError
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected