MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / mockStore

Struct mockStore

pkg/account/store_utils_test.go:51–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51type mockStore struct {
52 store.UserStore
53 store.LoginTokenStore
54 store.UserSessionStore
55
56 mockStoreContents
57}
58
59func (s *mockStore) reset() {
60 s.mockStoreContents = mockStoreContents{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected