| 101 | } |
| 102 | |
| 103 | void ScriptLorisManager::process(var file, String command, var data) |
| 104 | { |
| 105 | initThreadController(); |
| 106 | |
| 107 | if(auto sf = dynamic_cast<ScriptingObjects::ScriptFile*>(file.getObject())) |
| 108 | lorisManager->process(sf->f, command, JSON::toString(data)); |
| 109 | } |
| 110 | |
| 111 | |
| 112 | void ScriptLorisManager::processCustom(var file, var processCallback) |
no test coverage detected