Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheThingsNetwork/lorawan-stack
/ newRecorder
Function
newRecorder
pkg/log/logger_test.go:36–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
}
35
36
func
newRecorder() *recorder {
37
return
&recorder{
38
entries: make([]Entry, 0, 10),
39
}
40
}
41
42
func
TestLogger(t *testing.T) {
43
a := assertions.New(t)
Callers
2
TestLogger
Function · 0.85
TestMiddleware
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected