MCPcopy Create free account
hub / github.com/OpenAssetIO/OpenAssetIO / nativeData

Method nativeData

src/openassetio-ui/src/ui/hostApi/UIDelegateState.cpp:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 : uiDelegateStateInterface_{std::move(uiDelegateStateInterface)} {}
28
29std::any UIDelegateState::nativeData() { return uiDelegateStateInterface_->nativeData(); }
30
31EntityReferences UIDelegateState::entityReferences() {
32 return uiDelegateStateInterface_->entityReferences();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected