Replies: 1 comment
-
Hmm, looking at this a bit more - looks like one of my assumptions is probably false: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
From looking at world_scope, which seems to be the only way to work with an
EntityMapper
, it seems like the idea is that the functionf
will operate on the old entity ids, but under the hood theEntityMapper
will get (or create) the new mapped entities. I assume this works even if the "old" entities are from a different world.Is that all correct?
Beta Was this translation helpful? Give feedback.
All reactions