Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ close_stream
Method
close_stream
src/resource/resource_loader.cpp:73–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
void ResourceLoader::close_stream(File *stream)
74
{
75
_data_filesystem.close(*stream);
76
}
77
78
s32 ResourceLoader::run()
79
{
Callers
1
destroy
Method · 0.45
Calls
1
close
Method · 0.45
Tested by
no test coverage detected