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

Function skr_vfs_fclose

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

Source from the content-addressed store, hash-verified

47}
48
49bool skr_vfs_fclose(skr_vfile_t* file) SKR_NOEXCEPT
50{
51 return file->fs->procs.fclose(file);
52}

Callers 15

create_imgui_resourcesFunction · 0.85
dispatchFunctionMethod · 0.85
RequestResourceFileMethod · 0.85
UpdateMethod · 0.85
skr_lua_loadfileFunction · 0.85
read_shader_bytesMethod · 0.85
get_file_as_bytesMethod · 0.85
file_access.cppFile · 0.85
main_module_execMethod · 0.85
prepare_pipelineMethod · 0.85
create_imgui_resourcesFunction · 0.85
read_bytesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected