MCPcopy Create free account
hub / github.com/FastFlowLM/FastFlowLM / cleanup_curl

Function cleanup_curl

src/pull/download_model.cpp:310–312  ·  view source on GitHub ↗

\brief Cleanup CURL library (call this once at program shutdown)

Source from the content-addressed store, hash-verified

308
309/// \brief Cleanup CURL library (call this once at program shutdown)
310void cleanup_curl() {
311 curl_global_cleanup();
312}
313
314/// \brief RAII wrapper for CURL initialization
315/// \return the CURL initializer

Callers 1

~CurlInitializerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected