| 543 | } |
| 544 | |
| 545 | TSReturnCode |
| 546 | sdk_sanity_check_null_ptr(void const *ptr) |
| 547 | { |
| 548 | return ptr == nullptr ? TS_ERROR : TS_SUCCESS; |
| 549 | } |
| 550 | |
| 551 | // Plugin metric IDs index the plugin RSB, so bounds check against that. |
| 552 | static TSReturnCode |
no outgoing calls
no test coverage detected