MCPcopy 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
481func newFakeLogDest() *fakeLogDest {
482 return &fakeLogDest{
483 reqs: make(chan *proto.BatchCreateLogsRequest),
484 resps: make(chan *proto.BatchCreateLogsResponse),
485 }
486}

Callers 7

TestLogSender_MainlineFunction · 0.85
TestLogSender_BatchFunction · 0.85
TestLogSender_SendErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected