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

Function platform_write_file_text

StereoKitC/platforms/platform.cpp:505–505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

503}
504bool32_t platform_write_file (const char *filename, void *data, size_t size) { return _platform_write_file(filename, data, size, true); }
505bool32_t platform_write_file_text(const char* filename, const char *text) { return _platform_write_file(filename, (void*)text, strlen(text), false); }
506
507} // namespace sk

Callers 2

anchor_stage_shutdownFunction · 0.85

Calls 2

_platform_write_fileFunction · 0.85
strlenFunction · 0.85

Tested by

no test coverage detected