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

Function platform_key_load_bytes

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

Source from the content-addressed store, hash-verified

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///////////////////////////////////////////
416

Callers 2

window_initFunction · 0.50
simulator_initFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected