| 1034 | } |
| 1035 | |
| 1036 | void Console::commandFileUtils(socket_native_type fd, std::string_view /*args*/) |
| 1037 | { |
| 1038 | Scheduler* sched = Director::getInstance()->getScheduler(); |
| 1039 | sched->runOnAxmolThread(std::bind(&Console::printFileUtils, this, fd)); |
| 1040 | } |
| 1041 | |
| 1042 | void Console::commandFileUtilsSubCommandFlush(socket_native_type /*fd*/, std::string_view /*args*/) |
| 1043 | { |
nothing calls this directly
no test coverage detected