Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ skr_vfs_fsize
Function
skr_vfs_fsize
modules/engine/runtime/src/platform/vfs.cpp:44–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
int64_t skr_vfs_fsize(const skr_vfile_t* file) SKR_NOEXCEPT
45
{
46
return file->fs->procs.fsize(file);
47
}
48
49
bool skr_vfs_fclose(skr_vfile_t* file) SKR_NOEXCEPT
50
{
Callers
15
create_imgui_resources
Function · 0.85
get_fsize
Method · 0.85
RequestResourceFile
Method · 0.85
Update
Method · 0.85
skr_lua_loadfile
Function · 0.85
read_shader_bytes
Method · 0.85
get_length
Method · 0.85
get_file_as_bytes
Method · 0.85
prepare_pipeline
Method · 0.85
create_imgui_resources
Function · 0.85
read_bytes
Function · 0.85
create_imgui_resources
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected