MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / AppSharedInfo

Method AppSharedInfo

src/render/app/app_shared_info.cpp:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 }
16
17 AppSharedInfo::AppSharedInfo(const std::shared_ptr<RdContext>& ctx) {
18 context_ = ctx;
19 }
20
21 void AppSharedInfo::WriteData(const std::string& shm_name, const std::string& data) {
22 GuaranteeTargetMemory(shm_name);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected