MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / runtime

Method runtime

src/runtime.cpp:163–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161#endif
162
163runtime::runtime(std::string const& endpoint) : runtime(endpoint, "AWS_Lambda_Cpp/" + std::string(get_version())) {}
164
165runtime::runtime(std::string const& endpoint, std::string const& user_agent)
166 : m_user_agent_header("User-Agent: " + user_agent),

Callers

nothing calls this directly

Calls 1

log_errorFunction · 0.85

Tested by

no test coverage detected