MCPcopy Create free account
hub / github.com/antirez/disque / equalStringObjects

Function equalStringObjects

src/object.c:381–390  ·  view source on GitHub ↗

Equal string objects return 1 if the two objects are the same from the * point of view of a string comparison, otherwise 0 is returned. Note that * this function is faster then checking for (compareStringObject(a,b) == 0) * because it can perform some more optimization. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

listMatchObjectsFunction · 0.85
jscanCallbackFunction · 0.85

Calls 1

compareStringObjectsFunction · 0.85

Tested by

no test coverage detected