Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSteam001/OpenSteamTool
/ StatusCode
Function
StatusCode
src/OSTPlatform/Windows/Hash.cpp:15–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
namespace {
14
15
uint32_t StatusCode(NTSTATUS status) {
16
return static_cast<uint32_t>(status);
17
}
18
19
} // namespace
20
Callers
1
Sha256OfFile
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected