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

Method put

lib_acl_cpp/src/redis/redis_request.cpp:44–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void redis_request::put(const char* data, size_t dlen)
45{
46#ifdef MINGW
47 iov_[argc_].iov_base = (char*) data;
48#else
49 iov_[argc_].iov_base = (void*) data;
50#endif
51 iov_[argc_].iov_len = dlen;
52 argc_++;
53}
54
55} // namespace acl
56

Callers 10

build_request2Method · 0.45
reopenMethod · 0.45
moveMethod · 0.45
askMethod · 0.45
cluster_downMethod · 0.45
runMethod · 0.45
put_dataMethod · 0.45
get_stringMethod · 0.45
get_arrayMethod · 0.45
get_objectsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected