Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/unkeyed/unkey
/ TestMemoryCounter_Close
Function
TestMemoryCounter_Close
pkg/counter/memory_test.go:141–144 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
139
}
140
141
func
TestMemoryCounter_Close(t *testing.T) {
142
c := NewMemory()
143
require.NoError(t, c.Close())
144
}
Callers
nothing calls this directly
Calls
2
NewMemory
Function · 0.70
Close
Method · 0.65
Tested by
no test coverage detected