(mPtr, ...args)
| 8224 | const callFunctionRB = (mPtr, ...args) => callFunctionRI(mPtr, ...args) == 1; |
| 8225 | exports.callFunctionRB = callFunctionRB; |
| 8226 | const callFunctionRI = (mPtr, ...args) => callFunctionWithOutError(mPtr, ...args).toInt32(); |
| 8227 | exports.callFunctionRI = callFunctionRI; |
| 8228 | const callFunctionRS = (mPtr, ...args) => (0, reader_1.readSingle)(callFunctionWithOutError(mPtr, ...args)); |
| 8229 | exports.callFunctionRS = callFunctionRS; |
no test coverage detected