Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RGAA-Software/GoDesk
/ GetConnectedClientInfo
Method
GetConnectedClientInfo
src/render/plugin_interface/gr_net_plugin.cpp:80–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
std::vector<std::shared_ptr<GrConnectedClientInfo>> GrNetPlugin::GetConnectedClientInfo() {
81
return {};
82
}
83
84
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected