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

Method ~runtime

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

Source from the content-addressed store, hash-verified

176}
177
178runtime::~runtime()
179{
180 curl_easy_cleanup(m_curl_handle);
181}
182
183void runtime::set_curl_next_options()
184{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected