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

Method addjob

lib_acl_cpp/src/disque/disque.cpp:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55const char* disque::addjob(const char* name, const char* job,
56 int timeout, const std::map<string, int>* args /* = NULL */)
57{
58 return addjob(name, job, strlen(job), timeout, args);
59}
60
61const char* disque::addjob(const char* name, const string& job,
62 int timeout, const std::map<string, int>* args /* = NULL */)

Callers 4

test_addjobFunction · 0.80
test_addjobFunction · 0.80
test_addjobFunction · 0.80
test_addjobFunction · 0.80

Calls 12

safe_snprintfFunction · 0.85
dbuf_allocMethod · 0.80
beginMethod · 0.80
compareMethod · 0.80
get_ttlMethod · 0.80
build_requestFunction · 0.50
get_statusFunction · 0.50
c_strMethod · 0.45
lengthMethod · 0.45
emptyMethod · 0.45
sizeMethod · 0.45
endMethod · 0.45

Tested by 4

test_addjobFunction · 0.64
test_addjobFunction · 0.64
test_addjobFunction · 0.64
test_addjobFunction · 0.64