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

Method CopyStreams

src/render_panel/devices/app_stream_list.cpp:837–842  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

835 }
836
837 std::vector<std::shared_ptr<spvr::SpvrStream>> AppStreamList::CopyStreams() {
838 std::lock_guard<std::mutex> guard(streams_mtx_);
839 std::vector<std::shared_ptr<spvr::SpvrStream>> items;
840 items.insert(items.begin(), streams_.begin(), streams_.end());
841 return items;
842 }
843
844}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected