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

Function getNumSnippets

hi_scripting/scripting/ScriptProcessorModules.h:241–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239 SnippetDocument *getSnippet(int c) override;
240 const SnippetDocument *getSnippet(int c) const override;
241 int getNumSnippets() const override { return numCallbacks; }
242 void registerApiClasses() override;
243
244 int getControlCallbackIndex() const override { return (int)Callback::onControl; };

Callers 5

compileInternalMethod · 0.70
registerCallbacksMethod · 0.70
getSnippetMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected