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

Method identifier

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

Source from the content-addressed store, hash-verified

59 : uiDelegateInterface_{std::move(uiDelegateInterface)}, hostSession_{std::move(hostSession)} {}
60
61Identifier UIDelegate::identifier() const { return uiDelegateInterface_->identifier(); }
62
63Str UIDelegate::displayName() const { return uiDelegateInterface_->displayName(); }
64

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected