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

Method SetRecording

src/client/ct_client_context.cpp:140–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138 }
139
140 void ClientContext::SetRecording(bool recording) {
141 recording_ = recording;
142 }
143
144 bool ClientContext::GetRecording() {
145 return recording_;

Callers 1

FloatControllerPanelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected