(mPtr, ...args)
| 8237 | }; |
| 8238 | exports.callFunctionRCS = callFunctionRCS; |
| 8239 | const callFunctionRA = (mPtr, ...args) => (0, reader_1.showArray)(callFunctionWithOutError(mPtr, ...args)); |
| 8240 | exports.callFunctionRA = callFunctionRA; |
| 8241 | globalThis.callFunction = callFunction; |
| 8242 | globalThis.callFunctionRB = callFunctionRB; |
nothing calls this directly
no test coverage detected