MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / operator()

Method operator()

plugins/scripting/utils/inline-script.cpp:423–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421}
422
423void InlineScript::ScriptDeleter::operator()(obs_script_t *script)
424{
425 DestroyOBSScript(script);
426 if (!tempScriptPath.empty()) {
427 cleanupScriptFile(tempScriptPath);
428 }
429}
430
431ScriptEditor::ScriptEditor(QWidget *parent) : VariableTextEdit(parent, 15, 5)
432{

Callers

nothing calls this directly

Calls 3

DestroyOBSScriptFunction · 0.85
cleanupScriptFileFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected