MCPcopy Create free account
hub / github.com/F-Stack/f-stack / listMatchObjects

Function listMatchObjects

app/redis-6.2.6/src/networking.c:84–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

equalStringObjectsFunction · 0.85

Tested by

no test coverage detected