Derive a store's identity from its registered process name.
ETS-backed stores name their tables after the GenServer's registered name so that multiple instances can coexist on one node. This helper reads that name and fails loudly when the store was started without one, since an unnamed store cannot derive stable table names.
Summary
Functions
Return the registered name of the calling process.