MCPcopy Create free account
hub / github.com/christophhart/HISE / setProductCheckFunction

Method setProductCheckFunction

hi_scripting/scripting/api/ScriptExpansion.cpp:3310–3315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3308}
3309
3310void ScriptUnlocker::RefObject::setProductCheckFunction(var f)
3311{
3312 pcheck = WeakCallbackHolder(getScriptProcessor(), this, f, 1);
3313 pcheck.incRefCount();
3314 pcheck.setThisObject(this);
3315}
3316
3317juce::var ScriptUnlocker::RefObject::loadKeyFile()
3318{

Callers

nothing calls this directly

Calls 3

WeakCallbackHolderClass · 0.85
incRefCountMethod · 0.80
setThisObjectMethod · 0.80

Tested by

no test coverage detected