| 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); |
nothing calls this directly
no test coverage detected