| 1059 | } |
| 1060 | |
| 1061 | var ScriptExpansionHandler::getCurrentExpansion() |
| 1062 | { |
| 1063 | if (auto e = getMainController()->getExpansionHandler().getCurrentExpansion()) |
| 1064 | return new ScriptExpansionReference(getScriptProcessor(), e); |
| 1065 | |
| 1066 | return {}; |
| 1067 | } |
| 1068 | |
| 1069 | void ScriptExpansionHandler::setExpansionCallback(var expansionLoadedCallback) |
| 1070 | { |
no outgoing calls
no test coverage detected