Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSteam001/OpenSteamTool
/ fail
Method
fail
tools/ipc_codegen/ipc_codegen.cpp:585–587 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
583
}
584
585
[[noreturn]] void fail(const std::string& message) const {
586
lexer_.die(token_.line, token_.col, message);
587
}
588
589
[[noreturn]] void fail(int line, const std::string& message) const {
590
lexer_.die(line, 1, message);
Callers
nothing calls this directly
Calls
1
die
Method · 0.80
Tested by
no test coverage detected