MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / stop

Method stop

subprojects/llama.cpp/tools/server/server-http.cpp:311–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309}
310
311void server_http_context::stop() const {
312 if (pimpl->srv) {
313 pimpl->srv->stop();
314 }
315}
316
317static void set_headers(httplib::Response & res, const std::map<std::string, std::string> & headers) {
318 for (const auto & [key, value] : headers) {

Callers 2

mainFunction · 0.45
stopFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected