MCPcopy Create free account
hub / github.com/csound/csound / QueryGlobalVariableNoCheck

Function QueryGlobalVariableNoCheck

include/csound.hpp:687–690  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

685 return csoundQueryGlobalVariable(csound, name);
686 }
687 virtual void *QueryGlobalVariableNoCheck(const char *name)
688 {
689 return csoundQueryGlobalVariableNoCheck(csound, name);
690 }
691 virtual int DestroyGlobalVariable(const char *name)
692 {
693 return csoundDestroyGlobalVariable(csound, name);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected