MCPcopy Create free account
hub / github.com/StereoKit/StereoKit / platform_key_save_bytes

Function platform_key_save_bytes

StereoKitC/platforms/web.cpp:412–412  ·  view source on GitHub ↗

TODO: find an alternative to the registry for Web

Source from the content-addressed store, hash-verified

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

Callers 2

window_shutdownFunction · 0.50
simulator_shutdownFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected