| 411 | // TODO: find an alternative to the registry for Web |
| 412 | bool platform_key_save_bytes(const char* key, void* data, int32_t data_size) { return false; } |
| 413 | bool platform_key_load_bytes(const char* key, void* ref_buffer, int32_t buffer_size) { return false; } |
| 414 | |
| 415 | /////////////////////////////////////////// |
| 416 |
no outgoing calls
no test coverage detected