MCPcopy Create free account
hub / github.com/PABannier/bark.cpp / Patch

Method Patch

examples/server/httplib.h:7741–7743  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7739 content_type);
7740}
7741inline Result ClientImpl::Patch(const std::string &path) {
7742 return Patch(path, std::string(), std::string());
7743}
7744
7745inline Result ClientImpl::Patch(const std::string &path, const char *body,
7746 size_t content_length,

Callers

nothing calls this directly

Calls 3

stringFunction · 0.85
dataMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected