MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / skr_vfs_fwrite

Function skr_vfs_fwrite

modules/engine/runtime/src/platform/vfs.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39size_t skr_vfs_fwrite(skr_vfile_t* file, const void* in_buffer, size_t offset, size_t byte_count) SKR_NOEXCEPT
40{
41 return file->fs->procs.fwrite(file, in_buffer, offset, byte_count);
42}
43
44int64_t skr_vfs_fsize(const skr_vfile_t* file) SKR_NOEXCEPT
45{

Callers 2

main_module_execMethod · 0.85
main.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected