Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/awslabs/aws-lambda-cpp
/ init
Method
init
src/backward.h:4538–4538 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4536
public:
4537
SignalHandling(const std::vector<int>& = std::vector<int>()) {}
4538
bool init() { return false; }
4539
bool loaded() { return false; }
4540
};
4541
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected