Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/awslabs/aws-lambda-cpp
/ terminator
Method
terminator
src/backward.h:4447–4451 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4445
}
4446
4447
static inline void terminator()
4448
{
4449
crash_handler(signal_skip_recs);
4450
abort();
4451
}
4452
4453
static inline void signal_handler(int)
4454
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected