Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ CloseDumper
Function
CloseDumper
ogsr_engine/xrGame/script_engine_help.cpp:30–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
static void CloseDumper()
31
{
32
if (dumper)
33
FS.w_close(dumper);
34
}
35
36
static void FastMsg(LPCSTR format, ...)
37
{
Callers
1
script_engine_help.cpp
File · 0.85
Calls
1
w_close
Method · 0.80
Tested by
no test coverage detected