| 235 | } |
| 236 | |
| 237 | inline int AsyncOp::GetTargetEventId() const { |
| 238 | assert(GetType() == eCloneMapEvent || GetType() == eDestroyMapEvent); |
| 239 | return _args[1]; |
| 240 | } |
| 241 | |
| 242 | inline int AsyncOp::GetMapId() const { |
| 243 | assert(GetType() == eCloneMapEvent); |
no test coverage detected