| 27 | : uiDelegateStateInterface_{std::move(uiDelegateStateInterface)} {} |
| 28 | |
| 29 | std::any UIDelegateState::nativeData() { return uiDelegateStateInterface_->nativeData(); } |
| 30 | |
| 31 | EntityReferences UIDelegateState::entityReferences() { |
| 32 | return uiDelegateStateInterface_->entityReferences(); |
no outgoing calls
no test coverage detected