MCPcopy
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
141func TestMemoryCounter_Close(t *testing.T) {
142 c := NewMemory()
143 require.NoError(t, c.Close())
144}

Callers

nothing calls this directly

Calls 2

NewMemoryFunction · 0.70
CloseMethod · 0.65

Tested by

no test coverage detected