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

Method info

src/openassetio-ui/src/ui/managerApi/UIDelegateInterface.cpp:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19UIDelegateInterface::UIDelegateInterface() = default;
20
21InfoDictionary UIDelegateInterface::info() { return {}; }
22
23InfoDictionary UIDelegateInterface::settings([[maybe_unused]] const HostSessionPtr& hostSession) {
24 return {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected