(address: EntityAddress)
| 237 | } |
| 238 | |
| 239 | function isEntityOnLocalShards(address: EntityAddress): boolean { |
| 240 | return MutableHashSet.has(acquiredShards, address.shardId) |
| 241 | } |
| 242 | |
| 243 | yield* Scope.addFinalizer( |
| 244 | shardingScope, |
no outgoing calls
no test coverage detected
searching dependent graphs…