So they just call `setIdentifier` every time they "get" an Actor instance (which is a Durable Object

So they just call
setIdentifier
every time they "get" an Actor instance (which is a Durable Object) and refer to
this.identifier
rather than try to parse the name out of the id. It's very little code and works the same in dev and production.
Was this page helpful?