MCPcopy Index your code
hub / github.com/coder/coder / NewFake

Function NewFake

coderd/connectionlog/connectionlog.go:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25}
26
27func NewFake() *FakeConnectionLogger {
28 return &FakeConnectionLogger{}
29}
30
31type FakeConnectionLogger struct {
32 mu sync.Mutex

Callers 4

TestConnectionLogFunction · 0.92
Test_ResolveRequestFunction · 0.92
TestIssueSignedAppTokenFunction · 0.92

Calls

no outgoing calls

Tested by 4

TestConnectionLogFunction · 0.74
Test_ResolveRequestFunction · 0.74
TestIssueSignedAppTokenFunction · 0.74