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

Method move_file

lib_acl_cpp/src/queue/queue_manager.cpp:152–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152bool queue_manager::move_file(queue_file* fp, const char* queueName, const char* extName)
153{
154 string key(fp->key());
155 bool ret = fp->move_file(queueName, extName);
156 cache_del(key.c_str());
157 return ret;
158}
159
160bool queue_manager::move_file(queue_file* fp, queue_manager* toQueue, const char* extName)
161{

Callers 1

rename_extnameMethod · 0.45

Calls 3

get_queueNameMethod · 0.80
cache_addMethod · 0.80
c_strMethod · 0.45

Tested by

no test coverage detected