MCPcopy Create free account
hub / github.com/0xUnixIO/pulse / MemoryStore

Struct MemoryStore

internal/users/memory.go:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type MemoryStore struct {
10 mu sync.RWMutex
11 users map[string]User
12 inbounds map[string]UserInbound
13}
14
15func NewMemoryStore() *MemoryStore {
16 return &MemoryStore{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected