Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
bool skr_vfs_fclose(skr_vfile_t* file) SKR_NOEXCEPT
50
{
51
return file->fs->procs.fclose(file);
52
}
Callers
15
create_imgui_resources
Function · 0.85
dispatchFunction
Method · 0.85
RequestResourceFile
Method · 0.85
Update
Method · 0.85
skr_lua_loadfile
Function · 0.85
read_shader_bytes
Method · 0.85
get_file_as_bytes
Method · 0.85
file_access.cpp
File · 0.85
main_module_exec
Method · 0.85
prepare_pipeline
Method · 0.85
create_imgui_resources
Function · 0.85
read_bytes
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected