MCPcopy Create free account
hub / github.com/acl-dev/acl / set_saved_path

Method set_saved_path

lib_acl_cpp/src/http/http_mime.cpp:163–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163void http_mime::set_saved_path(const char* path) {
164 if (path && *path) {
165 save_path_ = path;
166 }
167}
168
169bool http_mime::update(const char* data, size_t len) {
170 return mime_state_update(mime_state_, data, (int) len) == 1;

Callers 5

test_parseFunction · 0.80
doUploadMethod · 0.80
doUploadMethod · 0.80
onUploadMethod · 0.80
onUploadMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_parseFunction · 0.64