MCPcopy Create free account
hub / github.com/axmolengine/axmol / commandFileUtils

Method commandFileUtils

core/base/Console.cpp:1036–1040  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1034}
1035
1036void 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
1042void Console::commandFileUtilsSubCommandFlush(socket_native_type /*fd*/, std::string_view /*args*/)
1043{

Callers

nothing calls this directly

Calls 2

getInstanceFunction · 0.85
runOnAxmolThreadMethod · 0.80

Tested by

no test coverage detected