MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / listMatchObjects

Function listMatchObjects

src/networking.cpp:87–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87int listMatchObjects(void *a, void *b) {
88 return equalStringObjects((robj*)a,(robj*)b);
89}
90
91/* This function links the client to the global linked list of clients.
92 * unlinkClient() does the opposite, among other things. */

Callers

nothing calls this directly

Calls 1

equalStringObjectsFunction · 0.85

Tested by

no test coverage detected