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

Method getScriptingContent

hi_scripting/scripting/ScriptProcessor.cpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 { return Processor::EditorState::numEditorStates; }
53
54 ScriptingApi::Content* ProcessorWithScriptingContent::getScriptingContent() const
55 {
56 return content.get();
57 }
58
59 Identifier ProcessorWithScriptingContent::getContentParameterIdentifier(int parameterIndex) const
60 {

Callers 15

getContentMethod · 0.80
compileInternalMethod · 0.80
setupApiMethod · 0.80
restoreInterfaceDataMethod · 0.80
CanvasMethod · 0.80
getBodyHeightMethod · 0.80
isValidComponentNameMethod · 0.80
keyPressedMethod · 0.80
mouseUpMethod · 0.80
scriptWasCompiledMethod · 0.80
contentWasRebuiltMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected