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

Function NewMemoryStore

internal/users/memory.go:15–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13}
14
15func NewMemoryStore() *MemoryStore {
16 return &MemoryStore{
17 users: make(map[string]User),
18 inbounds: make(map[string]UserInbound),
19 }
20}
21
22// ─── User CRUD ────────────────────────────────────────────────────────────────
23

Calls

no outgoing calls