MCPcopy Create free account
hub / github.com/MaaXYZ/MaaFramework / cached_shell_output

Method cached_shell_output

source/MaaFramework/Controller/ControllerAgent.cpp:214–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214std::string ControllerAgent::cached_shell_output() const
215{
216 std::unique_lock lock(shell_output_mutex_);
217 return shell_output_;
218}
219
220std::string ControllerAgent::get_uuid()
221{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected