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

Function georadiusroCommand

src/geo.cpp:850–852  ·  view source on GitHub ↗

GEORADIUS_RO wrapper function. */

Source from the content-addressed store, hash-verified

848
849/* GEORADIUS_RO wrapper function. */
850void georadiusroCommand(client *c) {
851 georadiusGeneric(c, 1, RADIUS_COORDS|RADIUS_NOSTORE);
852}
853
854/* GEORADIUSBYMEMBER_RO wrapper function. */
855void georadiusbymemberroCommand(client *c) {

Callers

nothing calls this directly

Calls 1

georadiusGenericFunction · 0.85

Tested by

no test coverage detected