MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / get_header_value

Function get_header_value

dependencies/httplib/httplib.h:1486–1487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1484
1485template <typename T>
1486inline T get_header_value(const Headers & /*headers*/, const char * /*key*/,
1487 size_t /*id*/ = 0, uint64_t /*def*/ = 0) {}
1488
1489template <>
1490inline uint64_t get_header_value<uint64_t>(const Headers &headers,

Callers 4

get_header_valueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected