MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / Get

Method Get

examples/server/httplib.h:6988–6990  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6986inline bool ClientImpl::is_ssl() const { return false; }
6987
6988inline Result ClientImpl::Get(const std::string &path) {
6989 return Get(path, Headers(), Progress());
6990}
6991
6992inline Result ClientImpl::Get(const std::string &path, Progress progress) {
6993 return Get(path, Headers(), std::move(progress));

Callers 1

mainFunction · 0.45

Calls 3

append_query_paramsFunction · 0.85
emptyMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected