Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ r_close_script
Function
r_close_script
ogsr_engine/xrGame/fs_registrator_script.cpp:139–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
137
}
138
139
void r_close_script(CLocatorAPI* fs, IReader* S) { fs->r_close(S); }
140
141
void w_close_script(CLocatorAPI* fs, IWriter* S) { fs->w_close(S); }
142
Callers
nothing calls this directly
Calls
1
r_close
Method · 0.80
Tested by
no test coverage detected