MCPcopy Create free account
hub / github.com/antirez/llama.cpp-deepseek-v4-flash / get_param

Method get_param

tools/server/server-http.h:48–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 const std::function<bool()> & should_stop;
47
48 std::string get_param(const std::string & key, const std::string & def = "") const {
49 auto it = params.find(key);
50 if (it != params.end()) {
51 return it->second;
52 }
53 return def;
54 }
55};
56
57struct server_http_context {

Callers 4

proxy_requestFunction · 0.80
init_routesMethod · 0.80
is_autoloadFunction · 0.80
init_routesMethod · 0.80

Calls 2

findMethod · 0.80
endMethod · 0.80

Tested by

no test coverage detected